Skip to content

Commit

Permalink
Remove return and attempt anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Jul 5, 2024
1 parent 68f7851 commit 0b09a4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/helper_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ InstallServer() {
# Check kernel page size for arm64 hosts before running steamcmd
if [ "$architecture" == "arm64" ] && [ "$kernel_page_size" != "4096" ] && [ "${USE_DEPOT_DOWNLOADER}" != true ]; then
LogWarn "WARNING: Only ARM64 hosts with 4k page size is supported when running steamcmd. Please set USE_DEPOT_DOWNLOADER to true."
return 1
fi

if [ -z "${TARGET_MANIFEST_ID}" ]; then
Expand Down

0 comments on commit 0b09a4c

Please sign in to comment.