mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 18:34:29 -05:00
6 lines
256 B
Bash
6 lines
256 B
Bash
|
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"
|