Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Update run.sh #27

Merged
merged 1 commit into from
Oct 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ echo "# Ark Server - " `date`
echo "###########################################################################"

echo "Ensuring correct permissions..."
sudo chown steam:steam -R /ark
sudo chown steam:steam -R /home/steam
sudo find /ark -not -user steam -o -not -group steam -exec chown -v steam:steam {} \;
sudo find /home/steam -not -user steam -o -not -group steam -exec chown -v steam:steam {} \;

# Remove arkmanager tracking files if they exist
# They can cause issues with starting the server multiple times
Expand Down