changed chown to lsiown

This commit is contained in:
Saij
2024-03-14 00:50:31 +01:00
parent 148e54bc13
commit 6eaa399033
@@ -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