Skip to content

Commit

Permalink
Merge branch 'hotfix/170803.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Sep 16, 2017
2 parents c77558b + 835f5a6 commit 2a68e9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lgsm/functions/fix_ark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
# Symlinking the SteamCMD directory into the correct ARK directory so that the mods auto-management will work.
if [ ! -d "${serverfiles}/Engine/Binaries/ThirdParty/SteamCMD/Linux" ]; then
ln -s "${steamcmddir}" "${serverfiles}/Engine/Binaries/ThirdParty/SteamCMD/Linux"
fi

if [ ! -d "${serverfiles}/Engine/Binaries/ThirdParty/SteamCMD/Linux/steamapps" ]; then
ln -s "$HOME/Steam/steamapps/" "${serverfiles}/Engine/Binaries/ThirdParty/SteamCMD/Linux/steamapps"
fi

0 comments on commit 2a68e9c

Please sign in to comment.