]> git.llucax.com Git - z.facultad/75.08/llamadas.git/commitdiff
ahora parece andar bien
authorNicolás Dimov <ndimov@gmail.com>
Sun, 24 Oct 2004 21:27:13 +0000 (21:27 +0000)
committerNicolás Dimov <ndimov@gmail.com>
Sun, 24 Oct 2004 21:27:13 +0000 (21:27 +0000)
inst/afimonio_daemon.sh

index 06831fd63b3376bdb22e716b323f003fa201d917..87f7b2b71a24ae9cbde3f686de1d730054a84293 100755 (executable)
@@ -12,7 +12,7 @@ help () {
 case "$1" in
        "start")
                echo -n "Iniciando demonio 'afimonio' en modo daemon ..."
-               nohup "$AFIMONIO_BINDIR/afimonio" & 2>&1 > /dev/null
+               nohup "$AFIM_BINDIR/afimonio" & 2>&1 > /dev/null
                A_PID=`cat "$BASE_DIR/lock/afimonio.pid"`
                echo " con PID=$A_PID"
        ;;