diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-code-server-php-cli-install/run b/root/etc/s6-overlay/s6-rc.d/init-mod-code-server-php-cli-install/run index b77d61c..7a6a258 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-code-server-php-cli-install/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-code-server-php-cli-install/run @@ -3,7 +3,7 @@ echo "**** Setting up PHP configuration files ****" if [ ! -d /config/.php ]; then cp -rf /etc/php /config/.php - chown -R abc:abc /config/.php + lsiown -R abc:abc /config/.php fi rm -rf /etc/php ln -s /config/.php /etc/php @@ -38,4 +38,4 @@ if [ "${RESULT}" = "0" ]; then echo "** Installing composer system wide **" mv composer.phar /usr/local/bin/composer fi -exit $RESULT \ No newline at end of file +exit $RESULT