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

Commit

Permalink
Update run.sh (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldelago authored Oct 24, 2020
1 parent 953a397 commit 7dc3b30
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 7dc3b30

Please sign in to comment.