Helper for project php override
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aleksander Cynarski 2021-04-05 16:18:55 +02:00
parent 54ff499e2d
commit 48a199f77a
Signed by: paramah
GPG Key ID: C4340BA42B9C173A
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
if [ -f /var/www/override.ini ]; then
mv /var/www/override.ini /usr/local/etc/php/conf.d/02-project-override.ini
fi