foreman-export-initscript icon indicating copy to clipboard operation
foreman-export-initscript copied to clipboard

status failing on Ubuntu 14.04.5 LT

Open jtgrassie opened this issue 6 years ago • 0 comments

I had to change:

status)
       status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
       ;;

to:

status)
       status_of_proc -p $PIDDIR/web.1.pid "$NAME" "$NAME" && exit 0 || exit $?
       ;;

to get status working.

jtgrassie avatar Jan 29 '18 21:01 jtgrassie