Sfoglia il codice sorgente

lyctl.sh - init process will now background itself

tags/release-00
gashapwn 3 anni fa
parent
commit
3d42f7f9ad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      perl-script/conf/lyctl.sh

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

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


Loading…
Annulla
Salva