Browse Source

Log admin port

pull/16/head
Kristijan Mitrovic 4 years ago
parent
commit
c005e489a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      automation/roles/bubble/files/bubble_restore_monitor.sh

+ 1
- 1
automation/roles/bubble/files/bubble_restore_monitor.sh View File

@@ -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"


Loading…
Cancel
Save