> TEST=`ps ax | grep qjackctl | grep -v grep | wc -l` > if [ $TEST = 0 ] > then > killall qjackctl > fi > qjackctl -a /path/to/patchbaydefenition.xml >
oops, it must certainly be: if [ $TEST = 1 ] sorry for this kind of off-by-one error. _______________________________________________ 64studio-users mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-users
