mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-14 10:52:49 +02:00
[PHP-FPM] Remove old fix
This commit is contained in:
parent
6ad8798d5c
commit
24432b0d9d
@ -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 "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user