mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 13:14:24 +08:00
update comment
This commit is contained in:
parent
d1a9fa92da
commit
8d4b2d572e
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ configure_netclient() {
|
|||
sleep 5
|
||||
nmctl node create_remote_access_gateway netmaker $NODE_ID
|
||||
sleep 2
|
||||
# create network for internet access vpn
|
||||
# set failover
|
||||
if [ "$INSTALL_TYPE" = "pro" ]; then
|
||||
#setup failOver
|
||||
curl --location --request POST "https://api.${NETMAKER_BASE_DOMAIN}/api/v1/node/${NODE_ID}/failover" --header "Authorization: Bearer ${MASTER_KEY}"
|
||||
|
|
Loading…
Add table
Reference in a new issue