Browse Source

remove check requirement on stop

pull/3568/head
Daniel Gibbs 4 years ago
parent
commit
12d6d6aead
  1. 2
      lgsm/functions/check.sh

2
lgsm/functions/check.sh

@ -54,7 +54,7 @@ for allowed_command in "${allowed_commands_array[@]}"; do
fi
done
allowed_commands_array=( DEBUG START STOP )
allowed_commands_array=( DEBUG START )
for allowed_command in "${allowed_commands_array[@]}"; do
if [ "${allowed_command}" == "${commandname}" ]; then
check_deps.sh

Loading…
Cancel
Save