Skip to content

Commit 818015d

Browse files
authored
fix(check-update): not getting steamcmd executable for check-update (#4180)
1 parent d28a0e7 commit 818015d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lgsm/functions/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ for allowed_command in "${allowed_commands_array[@]}"; do
7777
fi
7878
done
7979

80-
allowed_commands_array=(DEBUG START UPDATE VALIDATE)
80+
allowed_commands_array=(DEBUG START UPDATE VALIDATE CHECK-UPDATE)
8181
for allowed_command in "${allowed_commands_array[@]}"; do
8282
if [ "${allowed_command}" == "${commandname}" ]; then
8383
if [ "${appid}" ]; then

lgsm/functions/command_check_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Description: Handles updating of servers.
77

88
commandname="CHECK-UPDATE"
9-
commandaction="check for Update"
9+
commandaction="Check for Update"
1010
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
1111
fn_firstcommand_set
1212

0 commit comments

Comments
 (0)