supnate/command-pad

MAC OS - Start a Server - server dies

fmancardi opened this issue · 0 comments

Hi
I'm trying to manage start of Coldfusion Server.
If I run command from command line, it works ok.
When i configure same command on command pad, server starts but then dies.
I've enabled sudo.
May be I need to add & at the end of command (is a bash script)
script content
CF_DIR=$(cd "$(dirname "$0")"; pwd)/..
$CF_DIR/bin/coldfusion start