From a4f6745693eecec7d1154319aa16cb81261a475d Mon Sep 17 00:00:00 2001 From: Apmunute Date: Tue, 2 Mar 2021 17:38:57 -0300 Subject: [PATCH] Remove ProtocolLib from chmod list (#1) --- script/server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/server.sh b/script/server.sh index 5ea968a..eb7f04c 100755 --- a/script/server.sh +++ b/script/server.sh @@ -14,7 +14,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/ProtocolLib/ plugins/update/ + chmod -R 500 debug/ dumps/ plugins/bStats/ plugins/PluginMetrics/ plugins/update/ chmod 500 plugins/ chmod 400 bukkit.yml chmod 400 commands.yml