Increased start timeout on discourse.sh
This commit is contained in:
parent
6594e44b3a
commit
f909d5d3cd
@ -117,7 +117,7 @@ echo -ne "done.\n"
|
|||||||
}
|
}
|
||||||
start_discourse() {
|
start_discourse() {
|
||||||
# Start service with command to make sure it's up before proceeding
|
# Start service with command to make sure it's up before proceeding
|
||||||
start_service "discourse" "nc -z 192.168.0.43 8080 &> /dev/null" "19"
|
start_service "discourse" "nc -z 192.168.0.43 8080 &> /dev/null" "50"
|
||||||
|
|
||||||
if [[ "${PLUS}" != "true" ]]; then
|
if [[ "${PLUS}" != "true" ]]; then
|
||||||
docker exec pdns pdnsutil add-record $DOMAIN discourse A 86400 $EXTERNALIP &> /dev/null
|
docker exec pdns pdnsutil add-record $DOMAIN discourse A 86400 $EXTERNALIP &> /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user