Permissions adjustments

pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent b87550088a
commit 6f716420a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,10 +29,11 @@ if [ ! -d "/config/extended/logs" ]; then
fi fi
# set permissions # set permissions
chmod 777 /config/extended chmod 777 -R /usr/local/sma
chmod 777 /config/extended/* find /config/extended -type d -exec chmod 777 {} \;
chmod 777 /config/extended/scripts/* find /config/extended -type f -exec chmod 666 {} \;
chmod -R 777 /config/extended/scripts
chmod -R 777 /root chmod -R 777 /root
echo "Complete..." echo "Complete..."
exit $? exit

Loading…
Cancel
Save