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}
ngcpcfg apply
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
echo "$(date) - Clean log dir"

Loading…
Cancel
Save