Kristijan Mitrovic 4 лет назад
Родитель
Сommit
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"


Загрузка…
Отмена
Сохранить