浏览代码

Log admin port

pull/16/head
父节点
当前提交
c005e489a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      automation/roles/bubble/files/bubble_restore_monitor.sh

+ 1
- 1
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"


正在加载...
取消
保存