Browse Source
fix(check-update): not getting steamcmd executable for check-update (#4180)
pull/4181/head
Daniel Gibbs
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
lgsm/functions/check.sh
-
lgsm/functions/command_check_update.sh
|
|
@ -77,7 +77,7 @@ for allowed_command in "${allowed_commands_array[@]}"; do |
|
|
|
fi |
|
|
|
done |
|
|
|
|
|
|
|
allowed_commands_array=(DEBUG START UPDATE VALIDATE) |
|
|
|
allowed_commands_array=(DEBUG START UPDATE VALIDATE CHECK-UPDATE) |
|
|
|
for allowed_command in "${allowed_commands_array[@]}"; do |
|
|
|
if [ "${allowed_command}" == "${commandname}" ]; then |
|
|
|
if [ "${appid}" ]; then |
|
|
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
# Description: Handles updating of servers. |
|
|
|
|
|
|
|
commandname="CHECK-UPDATE" |
|
|
|
commandaction="check for Update" |
|
|
|
commandaction="Check for Update" |
|
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
fn_firstcommand_set |
|
|
|
|
|
|
|