From 86a82aeb2bf0314d876b0e8d1ae369140f39cff0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicol=C3=A1s=20Dimov?= Date: Sun, 24 Oct 2004 21:27:13 +0000 Subject: [PATCH] ahora parece andar bien --- 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 06831fd..87f7b2b 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 "$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" ;; -- 2.43.0