mirror of https://github.com/CIRCL/AIL-framework
chg: [LAUNCH] Addded a "restart" option, killAll + launchAuto
parent
72a892d797
commit
1a02b6d768
|
@ -69,6 +69,7 @@ function helptext {
|
|||
LAUNCH.sh
|
||||
[-l | --launchAuto] LAUNCH DB + Scripts
|
||||
[-k | --killAll] Kill DB + Scripts
|
||||
[-kl | --killLaunch] Kill All & launchAuto
|
||||
[-ks | --killscript] Scripts
|
||||
[-u | --update] Update AIL
|
||||
[-ut | --thirdpartyUpdate] Update UI/Frontend
|
||||
|
@ -695,6 +696,9 @@ while [ "$1" != "" ]; do
|
|||
;;
|
||||
-k | --killAll ) killall;
|
||||
;;
|
||||
-kl | --killLaunch ) killall;
|
||||
launch_all "automatic";
|
||||
;;
|
||||
-ks | --killscript ) killscript;
|
||||
;;
|
||||
-m | --menu ) menu_display;
|
||||
|
|
Loading…
Reference in New Issue