Somwhere losted since openser 1.0

file kamailio.init

Please fix in function start:

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.

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to