From: Leandro Lucarella Date: Sun, 24 Oct 2004 22:05:08 +0000 (+0000) Subject: bugfix X-Git-Tag: svn_import~50 X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/commitdiff_plain/15421581995914f59c19d0578ab894db9ff1de0b?hp=e6d23f399c22a23a8ac3a9e41128c1494aa5fa7e bugfix --- 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" ;;