From 2d7cca390cabb13740eff08bfa4a5d78ef7b7f36 Mon Sep 17 00:00:00 2001 From: basshound Date: Tue, 30 Apr 2024 18:30:24 +0000 Subject: [PATCH] Update setup --- setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup b/setup index 5c30e90..77ec6e0 100755 --- a/setup +++ b/setup @@ -5,6 +5,6 @@ cd "$(dirname "$0")" docker build -t ut4hubserver . mkdir paks ./pakfilelist - chmod -R 755 paks - chmod -R 755 config - chmod -R 755 rulesets \ No newline at end of file + chmod -R 777 paks + chmod -R 777 config + chmod -R 777 rulesets \ No newline at end of file