From c005e489a937917b364597060ae3b63b5276bc43 Mon Sep 17 00:00:00 2001 From: Kristijan Mitrovic Date: Tue, 2 Jun 2020 13:22:31 +0200 Subject: [PATCH] Log admin port --- automation/roles/bubble/files/bubble_restore_monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"