]> git.llucax.com Git - z.facultad/75.08/llamadas.git/commitdiff
bugfix
authorLeandro Lucarella <llucax@gmail.com>
Sun, 24 Oct 2004 22:05:08 +0000 (22:05 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 24 Oct 2004 22:05:08 +0000 (22:05 +0000)
inst/afimonio_daemon.sh

index 87f7b2b71a24ae9cbde3f686de1d730054a84293..ac0fd0c1269ae96a7c2cb6380c9580edf10e2e2f 100755 (executable)
@@ -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"
        ;;