From 7dc3b30f148f6fa50440490502344292f269ec36 Mon Sep 17 00:00:00 2001 From: michaeldelago <32778141+michaeldelago@users.noreply.github.com> Date: Sat, 24 Oct 2020 10:09:32 -0400 Subject: [PATCH] Update run.sh (#27) --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index a4e0f57..560aead 100755 --- a/run.sh +++ b/run.sh @@ -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