X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/blobdiff_plain/b5bcb807630c172c9d61930529b4bf42d3550778..7d5d536d23cfcf84b10def316ced75a5df6cb3b1:/inst/afimonio_daemon.sh?ds=sidebyside diff --git a/inst/afimonio_daemon.sh b/inst/afimonio_daemon.sh index 06831fd..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 "$AFIMONIO_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" ;;