From 15421581995914f59c19d0578ab894db9ff1de0b Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 24 Oct 2004 22:05:08 +0000 Subject: [PATCH] bugfix --- inst/afimonio_daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/afimonio_daemon.sh b/inst/afimonio_daemon.sh index 87f7b2b..ac0fd0c 100755 --- a/inst/afimonio_daemon.sh +++ b/inst/afimonio_daemon.sh @@ -12,7 +12,7 @@ help () { case "$1" in "start") echo -n "Iniciando demonio 'afimonio' en modo daemon ..." - nohup "$AFIM_BINDIR/afimonio" & 2>&1 > /dev/null + nohup "$AFIM_BINDIR/afimonio" > /dev/null & A_PID=`cat "$BASE_DIR/lock/afimonio.pid"` echo " con PID=$A_PID" ;; -- 2.43.0