Browse Source

getopt

pull/3152/head
Daniel Gibbs 5 years ago
parent
commit
3a4595f9da
  1. 2
      lgsm/functions/core_getopt.sh

2
lgsm/functions/core_getopt.sh

@ -56,7 +56,7 @@ cmd_dev_clear_functions=( "cf;clear-functions" "command_dev_clear_functions.sh"
### Set specific opt here.
currentopt=( "${cmd_start[@]}" "${cmd_stop[@]}" "${cmd_restart[@]}" "${cmd_monitor[@]}" "${cmd_test_alert[@]}" "${cmd_details[@]}" "${cmd_postdetails[@]}" "${cmd_skeleto[@]}" )
currentopt=( "${cmd_start[@]}" "${cmd_stop[@]}" "${cmd_restart[@]}" "${cmd_monitor[@]}" "${cmd_test_alert[@]}" "${cmd_details[@]}" "${cmd_postdetails[@]}" "${cmd_skeleton[@]}" )
# Update LinuxGSM.
currentopt+=( "${cmd_update_linuxgsm[@]}" )

Loading…
Cancel
Save