Skip to content

Commit

Permalink
Fixed ShellCheck source errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Phelms215 committed Feb 17, 2024
1 parent bfffb89 commit 6d81cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ architecture=$(dpkg --print-architecture)
# Get host kernel page size
kernel_page_size=$(getconf PAGESIZE)

# Check kernel page size for arm64 hosts before running steamcmd
# Check kernel page size for arm64 hosts before running steamcmdac
if [ "$architecture" == "arm64" ] && [ "$kernel_page_size" != "4096" ]; then
LogError "Only ARM64 hosts with 4k page size is supported."
exit 1
Expand Down

0 comments on commit 6d81cb0

Please sign in to comment.