Browse Source

command_update.sh

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
462e54542f
  1. 6
      lgsm/functions/core_getopt.sh

6
lgsm/functions/core_getopt.sh

@ -82,7 +82,7 @@ case "${getopt}" in
r|restart)
command_restart.sh;;
u|update)
update_check.sh;;
command_update.sh;;
uf|update-functions)
command_update_functions.sh;;
m|monitor)
@ -187,7 +187,7 @@ case "${getopt}" in
r|restart)
command_restart.sh;;
u|update)
update_check.sh;;
command_update.sh;;
fu|force-update|update-restart)
forceupdate=1;
update_check.sh;;
@ -318,7 +318,7 @@ case "${getopt}" in
r|restart)
command_restart.sh;;
u|update)
update_check.sh;;
command_update.sh;;
fu|force-update|update-restart)
forceupdate=1;
update_check.sh;;

Loading…
Cancel
Save