[PHP-FPM] Fix sed command
This commit is contained in:
		| @@ -93,7 +93,7 @@ fi | ||||
|  | ||||
| # Patching NC files, if any (fixes PHP 7.2.14 + NC 15.0.2) | ||||
| find /web/ -ipath '*lib/private/legacy/template.php' | while read -r template; do | ||||
|   sed -i "s/\$app \!== '' )/\$app \!== '' \&\& \$app \!== 'core' )/g" "${template}"; done | ||||
|   sed -i "s/\$app \!== '' )/\$app \!== '' \&\& \$app \!== 'core' )/g" "${template}" | ||||
| done | ||||
|  | ||||
| exec "$@" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user