mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-19 21:57:47 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
5
applications/php/scripts/install.sh
Normal file
5
applications/php/scripts/install.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
mv -f "/etc/$PHP_VERSION" "/etc/php/"
|
||||
cp -Rf "/usr/local/share/template-files/config/php/." "/etc/php/"
|
||||
ln -sf "/etc/php" "/etc/$PHP_VERSION"
|
||||
[ -e "/etc/php" ] && rm -Rf "/etc/php" || true
|
||||
[ -z "${PHP_VERSION}" ] || ln -sf "/etc/${PHP_VERSION}" "/etc/php"
|
Reference in New Issue
Block a user