mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-27 02:32:06 -04:00
changed chown to lsiown
This commit is contained in:
@@ -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
|
||||
exit $RESULT
|
||||
|
||||
Reference in New Issue
Block a user