[SR-Users] centos (fedora) service startup file

andre andre at rodnoe.tv
Thu Aug 2 20:05:16 CEST 2012


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.



More information about the sr-users mailing list