Browse Source

fix: update nm-quick script to use create_remote_access_gateway

pwilson77 1 year ago
parent
commit
bd2cd00f9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/nm-quick.sh

+ 1 - 1
scripts/nm-quick.sh

@@ -161,7 +161,7 @@ configure_netclient() {
 	set +e
 	nmctl host update $HOST_ID --default
 	sleep 5
-	nmctl node create_ingress netmaker $NODE_ID
+	nmctl node create_remote_access_gateway netmaker $NODE_ID
 	#setup failOver
 	sleep 5
 	curl --location --request POST "https://api.${NETMAKER_BASE_DOMAIN}/api/v1/node/${NODE_ID}/failover" --header "Authorization: Bearer ${MASTER_KEY}"