From: Nicolás Dimov Date: Sun, 24 Oct 2004 21:27:13 +0000 (+0000) Subject: ahora parece andar bien X-Git-Tag: svn_import~53 X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/commitdiff_plain/86a82aeb2bf0314d876b0e8d1ae369140f39cff0 ahora parece andar bien --- 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" ;;