Skip to content

Commit

Permalink
Fixing permission handling in startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids authored Mar 15, 2020
1 parent 7b01750 commit 192ac62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ ! -d "/steamcmd/rust/server/${RUST_SERVER_IDENTITY}" ]; then
fi

# Fix ownership
chown -R $(whoami):$(whoami) /steamcmd/rust
chown -R $(PUID):$(PGID) /steamcmd/rust /app /usr/share/nginx/html /var/log/nginx

# Install/update steamcmd
echo "Installing/updating steamcmd.."
Expand Down

0 comments on commit 192ac62

Please sign in to comment.