Update setup

This commit is contained in:
basshound 2024-04-30 19:09:13 +00:00
parent bf5f7da26e
commit b1040bfa5a
1 changed files with 6 additions and 6 deletions

12
setup
View File

@ -5,9 +5,9 @@ cd "$(dirname "$0")"
docker build -t ut4hubserver . docker build -t ut4hubserver .
mkdir paks mkdir paks
./pakfilelist ./pakfilelist
chown -R $USER:$USER paks sudo chown -R $USER:$USER paks
chown -R $USER:$USER config sudo chown -R $USER:$USER config
chown -R $USER:$USER rulesets sudo chown -R $USER:$USER rulesets
chmod -R 755 paks sudo chmod -R 755 paks
chmod -R 755 config sudo chmod -R 755 config
chmod -R 755 rulesets sudo chmod -R 755 rulesets