We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28a0e7 commit 818015dCopy full SHA for 818015d
lgsm/functions/check.sh
@@ -77,7 +77,7 @@ for allowed_command in "${allowed_commands_array[@]}"; do
77
fi
78
done
79
80
-allowed_commands_array=(DEBUG START UPDATE VALIDATE)
+allowed_commands_array=(DEBUG START UPDATE VALIDATE CHECK-UPDATE)
81
for allowed_command in "${allowed_commands_array[@]}"; do
82
if [ "${allowed_command}" == "${commandname}" ]; then
83
if [ "${appid}" ]; then
lgsm/functions/command_check_update.sh
@@ -6,7 +6,7 @@
6
# Description: Handles updating of servers.
7
8
commandname="CHECK-UPDATE"
9
-commandaction="check for Update"
+commandaction="Check for Update"
10
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
11
fn_firstcommand_set
12
0 commit comments