lyctl.sh - init process will now background itself
This commit is contained in:
parent
f418061c22
commit
3d42f7f9ad
@ -14,7 +14,7 @@ USAGESTR='Usage:) lyctl.sh start'
|
|||||||
case $ACMD in
|
case $ACMD in
|
||||||
start)
|
start)
|
||||||
cd $INSTDIR
|
cd $INSTDIR
|
||||||
$LINGYIND
|
$LINGYIND &
|
||||||
$ERROR=$?
|
$ERROR=$?
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user