View Single Post
Posts: 12 | Thanked: 1 time | Joined on Jul 2010
#5
I got this working after a lot of testing.

change

if [ $APPCHK = '0' ];

to

if [ $APPCHK = '1' ];

You might also want to add a terminate app script on if-post-down.d

Hope it helps.