Fix port in start_plane check
This commit is contained in:
parent
4d8256c61a
commit
05017a3205
@ -536,7 +536,7 @@ EOF
|
||||
}
|
||||
start_plane() {
|
||||
# Start service with command to make sure it's up before proceeding
|
||||
# start_service "plane" "nc -z 192.168.0.50 80 &> /dev/null" "7"
|
||||
# start_service "plane" "nc -z 192.168.0.50 3000 &> /dev/null" "7"
|
||||
/federated/bin/start plane
|
||||
echo -ne "done."
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user