mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 01:46:10 -04:00
changed chown to lsiown
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
echo "**** Setting up PHP configuration files ****"
|
echo "**** Setting up PHP configuration files ****"
|
||||||
if [ ! -d /config/.php ]; then
|
if [ ! -d /config/.php ]; then
|
||||||
cp -rf /etc/php /config/.php
|
cp -rf /etc/php /config/.php
|
||||||
chown -R abc:abc /config/.php
|
lsiown -R abc:abc /config/.php
|
||||||
fi
|
fi
|
||||||
rm -rf /etc/php
|
rm -rf /etc/php
|
||||||
ln -s /config/.php /etc/php
|
ln -s /config/.php /etc/php
|
||||||
@@ -38,4 +38,4 @@ if [ "${RESULT}" = "0" ]; then
|
|||||||
echo "** Installing composer system wide **"
|
echo "** Installing composer system wide **"
|
||||||
mv composer.phar /usr/local/bin/composer
|
mv composer.phar /usr/local/bin/composer
|
||||||
fi
|
fi
|
||||||
exit $RESULT
|
exit $RESULT
|
||||||
|
|||||||
Reference in New Issue
Block a user