Do not wait for boulder startup when setup is not yet complete

This commit is contained in:
Arjan H
2021-03-01 20:29:03 +01:00
parent 81073c76a6
commit 0a77e0e2b3

View File

@@ -702,7 +702,7 @@ startup() {
wait_up $PS_MYSQL &>>$installLog
wait_up $PS_LABCA &>>$installLog
wait_up $PS_BOULDER $PS_BOULDER_COUNT &>>$installLog
[ -f "$boulderLabCADir/setup_complete" ] && wait_up $PS_BOULDER $PS_BOULDER_COUNT &>>$installLog || /bin/true
msg_ok "$msg"
}