Update 98-script-setup.bash

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

@ -29,14 +29,10 @@ if [ ! -d "/config/extended/logs" ]; then
fi
# set permissions
chmod 775 /etc/services.d/extended/run
chmod 755 /etc/services.d/extended/run
chmod 777 /config/extended
chmod 777 /config/extended/cache
chmod 777 /config/extended/logs
chmod -R 777 /config/extended/scripts
chown -R abc:abc /config/extended
chmod 777 /config/extended/*
chmod 777 /config/extended/scripts/*
chmod -R 777 /root
echo "Complete..."
exit $?

Loading…
Cancel
Save