Browse Source

lyctl.sh - init process will now background itself

tags/release-00
gashapwn 3 years ago
parent
commit
3d42f7f9ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      perl-script/conf/lyctl.sh

+ 1
- 1
perl-script/conf/lyctl.sh View File

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


Loading…
Cancel
Save