fix: update chmodded files

This commit is contained in:
amyavi 2025-03-08 18:48:51 -03:00
parent f00acbf1b1
commit b34277a828
Signed by: amy
SSH key fingerprint: SHA256:CoLIqZWDYPZEhs1j1HQWwV0j1JhC3BFWcaUF7ZLZHJA

View file

@ -20,13 +20,14 @@ while true; do
# Make certain files and folders read-only # Make certain files and folders read-only
mkdir debug/ dumps/ plugins/update/ mkdir debug/ dumps/
chmod -R 500 debug/ dumps/ plugins/bStats/ plugins/update/ chmod -R 500 debug/ dumps/
chmod 500 plugins/
chmod 500 config/ plugins/ mods/
chmod 400 config/paper-global.yml config/paper-world-defaults.yml
chmod 400 bukkit.yml chmod 400 bukkit.yml
chmod 400 commands.yml chmod 400 commands.yml
chmod 400 eula.txt chmod 400 eula.txt
chmod 400 paper.yml
chmod 400 permissions.yml chmod 400 permissions.yml
chmod 400 server-icon.png chmod 400 server-icon.png
chmod 400 server.properties chmod 400 server.properties