diff --git a/automation/roles/bubble/files/bubble_restore_monitor.sh b/automation/roles/bubble/files/bubble_restore_monitor.sh index a7fac454..eb150339 100755 --- a/automation/roles/bubble/files/bubble_restore_monitor.sh +++ b/automation/roles/bubble/files/bubble_restore_monitor.sh @@ -141,7 +141,7 @@ supervisorctl restart bubble # verify service is running OK log "Pausing for a bit, then verifying bubble server has successfully restarted after restore" sleep 60 -curl https://$(hostname):${ADMIN_PORT}/api/.bubble || log "Error restarting bubble server" +curl https://$(hostname):${ADMIN_PORT}/api/.bubble || log "Error restarting bubble server - port ${ADMIN_PORT}" # remove restore markers, we are done log "Cleaning up temp files"