lyctl.sh - init process will now background itself

This commit is contained in:
gashapwn 2020-12-05 21:47:10 +00:00
parent f418061c22
commit 3d42f7f9ad

View File

@ -14,7 +14,7 @@ USAGESTR='Usage:) lyctl.sh start'
case $ACMD in
start)
cd $INSTDIR
$LINGYIND
$LINGYIND &
$ERROR=$?
;;
*)