MT#15943 Provide commit message to 'ngcpcfg apply'

Related to https://gerrit.mgm.sipwise.com/#/c/3050/

Change-Id: Ia6882e190cdf81aaa010d76359a5a530b065854f
changes/55/3055/1
Michael Prokop 11 years ago
parent e2fbfd791b
commit 80fc751c4d

@ -45,7 +45,7 @@ function cfg_debug_off
if [ -z "$SKIP" ]; then
echo "$(date) - Setting config debug off"
"${BIN_DIR}/config_debug.pl" off ${DOMAIN}
if ! ngcpcfg apply ; then
if ! ngcpcfg apply "config debug off via kamailio-config-tests" ; then
echo "$(date) - ngcpcfg apply returned $?"
error_flag=4
fi
@ -86,7 +86,7 @@ if [ -z $SKIP ]; then
if [ "${PROFILE}" == "PRO" ]; then
( timeout 60 "${BIN_DIR}/pid_watcher.py" )&
fi
if ! ngcpcfg apply ; then
if ! ngcpcfg apply "config debug on via kamailio-config-tests" ; then
echo "$(date) - ngcp apply returned $?"
echo "$(date) - Done[3]"
cfg_debug_off

Loading…
Cancel
Save