Permissions adjustments

pull/24/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 72962156af
commit 57bf93643f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,15 +34,9 @@ if [ ! -d "/config/extended/configs" ]; then
fi
# set permissions
chmod 755 /etc/services.d/extended/run
chmod 777 /config/extended
chmod 777 /config/extended/cache
chmod 777 /config/extended/logs
chmod 777 /config/extended/configs
chmod -R 777 /config/extended/scripts
chown -R abc:abc /config/extended
chmod 777 -R /usr/local/sma
find /config/extended -type d -exec chmod 777 {} \;
find /config/extended -type f -exec chmod 666 {} \;
echo "Complete..."
exit $?
exit

Loading…
Cancel
Save