mirror of
https://github.com/kaboomserver/framework.git
synced 2025-08-02 02:33:53 +00:00
Don't chmod non-existent directory (#19)
This commit is contained in:
parent
0c3a678a33
commit
dbf4282588
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