Skip to content

Commit

Permalink
switch to LogInfo and unset env var after installation for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Dec 19, 2024
1 parent abfd9fa commit 4b365be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ fi
if [ "$architecture" == "arm64" ]; then
# create an arm64 version of ./PalServer.sh
if ! fileExists "./PalServer.sh" && [ "${USE_DEPOT_DOWNLOADER,,}" != true ]; then
LogAction "SteamCMD failed to download the server properly, attempting to use DepotDownloader."
LogInfo "SteamCMD failed to download the server properly, attempting to use DepotDownloader."
export USE_DEPOT_DOWNLOADER=true
InstallServer

# reset env var after installation
unset USE_DEPOT_DOWNLOADER
fi

cp ./PalServer.sh ./PalServer-arm64.sh
Expand Down

0 comments on commit 4b365be

Please sign in to comment.