mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-02-07 09:56:24 +00:00
chg: [LAUNCH] make sure reload works
This commit is contained in:
parent
1a02b6d768
commit
9cfd230661
1 changed files with 15 additions and 10 deletions
|
@ -31,6 +31,7 @@ export PATH=$AIL_KVROCKS:$PATH
|
|||
export PATH=$AIL_BIN:$PATH
|
||||
export PATH=$AIL_FLASK:$PATH
|
||||
|
||||
function isup {
|
||||
isredis=`screen -ls | egrep '[0-9]+.Redis_AIL' | cut -d. -f1`
|
||||
isardb=`screen -ls | egrep '[0-9]+.ARDB_AIL' | cut -d. -f1`
|
||||
iskvrocks=`screen -ls | egrep '[0-9]+.KVROCKS_AIL' | cut -d. -f1`
|
||||
|
@ -40,6 +41,9 @@ is_ail_2_ail=`screen -ls | egrep '[0-9]+.AIL_2_AIL' | cut -d. -f1`
|
|||
isscripted=`screen -ls | egrep '[0-9]+.Script_AIL' | cut -d. -f1`
|
||||
isflasked=`screen -ls | egrep '[0-9]+.Flask_AIL' | cut -d. -f1`
|
||||
isfeeded=`screen -ls | egrep '[0-9]+.Feeder_Pystemon' | cut -d. -f1`
|
||||
}
|
||||
|
||||
isup
|
||||
|
||||
function helptext {
|
||||
echo -e $YELLOW"
|
||||
|
@ -697,6 +701,7 @@ while [ "$1" != "" ]; do
|
|||
-k | --killAll ) killall;
|
||||
;;
|
||||
-kl | --killLaunch ) killall;
|
||||
isup;
|
||||
launch_all "automatic";
|
||||
;;
|
||||
-ks | --killscript ) killscript;
|
||||
|
|
Loading…
Add table
Reference in a new issue