Explorar o código

[PHP-FPM] Remove old fix

andryyy %!s(int64=6) %!d(string=hai) anos
pai
achega
24432b0d9d
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      data/Dockerfiles/phpfpm/docker-entrypoint.sh

+ 0 - 5
data/Dockerfiles/phpfpm/docker-entrypoint.sh

@@ -91,9 +91,4 @@ EOF
   fi
 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
-
 exec "$@"