mirror of
https://github.com/kaboomserver/framework.git
synced 2025-05-16 08:00:25 -04:00
Don't chmod non-existent directory
This commit is contained in:
parent
d01af5e7ae
commit
5b51aa8c34
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ while true; do
|
|||
# Make certain files and folders read-only
|
||||
|
||||
mkdir debug/ dumps/ plugins/update/
|
||||
chmod -R 500 debug/ dumps/ plugins/bStats/ plugins/PluginMetrics/ plugins/update/
|
||||
chmod -R 500 debug/ dumps/ plugins/bStats/ plugins/update/
|
||||
chmod 500 plugins/
|
||||
chmod 400 bukkit.yml
|
||||
chmod 400 commands.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue