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
# set permissions
chmod 777 /config/extended
chmod 777 /config/extended/*
chmod 777 /config/extended/scripts/*
chmod 777 -R /usr/local/sma
find /config/extended -type d -exec chmod 777 {} \;
find /config/extended -type f -exec chmod 666 {} \;
chmod -R 777 /config/extended/scripts
chmod -R 777 /root
echo "Complete..."
exit $?
exit

Loading…
Cancel
Save