Update run.sh
This commit is contained in:
parent
59d9699760
commit
94e1ab98bd
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -42,7 +42,7 @@ cp /home/steam/crontab /ark/template/crontab
|
|||
|
||||
|
||||
|
||||
if [ ! -d /ark/server ] || [ ! -f /ark/server/arkversion ];then
|
||||
if [ ! -d /ark/server ] || [ ! -f /ark/server/version.txt ];then
|
||||
echo "No game files found. Installing..."
|
||||
mkdir -p /ark/server/ShooterGame/Saved/SavedArks
|
||||
mkdir -p /ark/server/ShooterGame/Content/Mods
|
||||
|
|
Loading…
Reference in a new issue