@@ -31,7 +31,7 @@ if [ "${commandname}" != "INSTALL" ] && [ "${commandname}" != "UPDATE-LGSM" ] &&
31
31
check_system_dir.sh
32
32
fi
33
33
34
- allowed_commands_array=(START DEBUG)
34
+ allowed_commands_array=(DEBUG START )
35
35
for allowed_command in " ${allowed_commands_array[@]} " ; do
36
36
if [ " ${allowed_command} " == " ${commandname} " ]; then
37
37
check_executable.sh
@@ -47,7 +47,7 @@ if [ "$(whoami)" != "root" ] || [ -f /.dockerenv ]; then
47
47
done
48
48
fi
49
49
50
- allowed_commands_array=(BACKUP CONSOLE DEBUG DETAILS MAP-COMPRESSOR FASTDL MODS-INSTALL MODS-REMOVE MODS-UPDATE MONITOR POST-DETAILS RESTART START STOP TEST-ALERT CHANGE-PASSWORD UPDATE UPDATE-LGSM VALIDATE WIPE)
50
+ allowed_commands_array=(BACKUP CHANGE-PASSWORD CONSOLE DEBUG DETAILS FASTDL MAP-COMPRESSOR MODS-INSTALL MODS-REMOVE MODS-UPDATE MONITOR POST-DETAILS RESTART START STOP TEST-ALERT UPDATE UPDATE-LGSM VALIDATE WIPE)
51
51
for allowed_command in " ${allowed_commands_array[@]} " ; do
52
52
if [ " ${allowed_command} " == " ${commandname} " ]; then
53
53
check_logs.sh
@@ -68,7 +68,7 @@ for allowed_command in "${allowed_commands_array[@]}"; do
68
68
fi
69
69
done
70
70
71
- allowed_commands_array=(DEBUG DETAILS DEV-QUERY-RAW MONITOR POST_DETAILS START STOP POST-DETAILS )
71
+ allowed_commands_array=(DEBUG DETAILS DEV-QUERY-RAW MONITOR POST-DETAILS START STOP)
72
72
for allowed_command in " ${allowed_commands_array[@]} " ; do
73
73
if [ " ${allowed_command} " == " ${commandname} " ]; then
74
74
if [ -z " ${installflag} " ]; then
@@ -77,7 +77,7 @@ for allowed_command in "${allowed_commands_array[@]}"; do
77
77
fi
78
78
done
79
79
80
- allowed_commands_array=(DEBUG START UPDATE VALIDATE CHECK-UPDATE )
80
+ allowed_commands_array=(CHECK-UPDATE DEBUG MONITOR START UPDATE VALIDATE)
81
81
for allowed_command in " ${allowed_commands_array[@]} " ; do
82
82
if [ " ${allowed_command} " == " ${commandname} " ]; then
83
83
if [ " ${appid} " ]; then
@@ -86,7 +86,7 @@ for allowed_command in "${allowed_commands_array[@]}"; do
86
86
fi
87
87
done
88
88
89
- allowed_commands_array=(CHANGE-PASSWORD DETAILS MONITOR START STOP UPDATE VALIDATE POST-DETAILS )
89
+ allowed_commands_array=(CHANGE-PASSWORD DETAILS MONITOR POST-DETAILS START STOP UPDATE VALIDATE)
90
90
for allowed_command in " ${allowed_commands_array[@]} " ; do
91
91
if [ " ${allowed_command} " == " ${commandname} " ]; then
92
92
check_status.sh
0 commit comments