mirror of
https://github.com/kaboomserver/framework.git
synced 2025-06-07 18:54:25 -04:00
fix: update chmodded files
This commit is contained in:
parent
f00acbf1b1
commit
b34277a828
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue