diff --git a/setup b/setup index 77ec6e0..5c30e90 100755 --- a/setup +++ b/setup @@ -5,6 +5,6 @@ cd "$(dirname "$0")" docker build -t ut4hubserver . mkdir paks ./pakfilelist - chmod -R 777 paks - chmod -R 777 config - chmod -R 777 rulesets \ No newline at end of file + chmod -R 755 paks + chmod -R 755 config + chmod -R 755 rulesets \ No newline at end of file