mirror of
https://github.com/kaboomserver/framework.git
synced 2025-04-10 06:04:21 -04:00
fix: chmod 700 paper remapped directory before starting (#22)
This commit is contained in:
parent
5c4b80187b
commit
eddd4504bf
1 changed files with 3 additions and 1 deletions
|
@ -20,10 +20,12 @@ while true; do
|
|||
|
||||
# Make certain files and folders read-only
|
||||
|
||||
mkdir debug/ dumps/
|
||||
mkdir debug/ dumps/ plugins/.paper-remapped
|
||||
chmod -R 500 debug/ dumps/
|
||||
|
||||
chmod 500 config/ plugins/ mods/
|
||||
chmod 700 plugins/.paper-remapped
|
||||
|
||||
chmod 400 config/paper-global.yml config/paper-world-defaults.yml
|
||||
chmod 400 bukkit.yml
|
||||
chmod 400 commands.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue