Skip to content

Commit

Permalink
Create steamapps directory when installing
Browse files Browse the repository at this point in the history
This should fix #1184
  • Loading branch information
klightspeed committed Jun 10, 2021
1 parent 566161d commit eafc078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/arkmanager
Expand Up @@ -1620,6 +1620,7 @@ doInstall() {
# If it does not exist, try create it
echo -e "Creating the ARK server root directory ($arkserverroot)"
mkdir -p "$arkserverroot"
mkdir -p "${arkserverroot}/steamapps"
if [ ! $? ] ; then
echo -e "[" "$RED" "ERROR" "$NORMAL" "]" "\tFailed to create the defined ARK server root directory ($arkserverroot)"
exit 1
Expand Down

0 comments on commit eafc078

Please sign in to comment.