Selaa lähdekoodia

[PHP-FPM] Remove old fix

andryyy 6 vuotta sitten
vanhempi
sitoutus
24432b0d9d
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  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 "$@"