Somwhere losted since openser 1.0 :)
Please fix in:
start() {
echo -n $"Starting $prog: "
.....
[ $RETVAL = 0 ] && touch something
to
[ $RETVAL = 0 ] && touch someting && success
I mean call function
success
in the end of the expression.
Thanks in advance