diff --git a/setup b/setup index 77ec6e0..9ceac03 100755 --- a/setup +++ b/setup @@ -5,6 +5,9 @@ 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 + chown -R $USER:$USER paks + chown -R $USER:$USER config + chown -R $USER:$USER rulesets + chmod -R 755 paks + chmod -R 755 config + chmod -R 755 rulesets \ No newline at end of file