MT#5385 wait sometime for monit to restart the services after ngcpcfg apply execution

mr3.2.1
Victor Seva 12 years ago
parent 9bde5088d8
commit 764528b6af

@ -51,6 +51,11 @@ if [ -z $SKIP ]; then
${BIN_DIR}/config_debug.pl on ${DOMAIN} ${BIN_DIR}/config_debug.pl on ${DOMAIN}
ngcpcfg apply ngcpcfg apply
echo "$(date) - Setting config debug on. Done." echo "$(date) - Setting config debug on. Done."
if [ "${PROFILE}" == "PRO" ]; then
echo "$(date) wait for monit to restart services"
sleep 5
echo "$(date) wait for monit to restart services. Done"
fi
fi fi
echo "$(date) - Clean log dir" echo "$(date) - Clean log dir"

Loading…
Cancel
Save