Merge b8c839920d into b5de9a539c
This commit is contained in:
commit
a3ffbfbb6e
|
|
@ -18,7 +18,7 @@ start() {
|
|||
echo -n "Already running !" && warning
|
||||
echo
|
||||
else
|
||||
nohup ${CMD} >/dev/null 2>&1 &
|
||||
nohup python ${CMD} >/dev/null 2>&1 &
|
||||
RETVAL=$?
|
||||
PID=$!
|
||||
[ $RETVAL -eq 0 ] && success || failure
|
||||
|
|
|
|||
Loading…
Reference in New Issue