Pārlūkot izejas kodu

removing random characters (#2362)

Alex Feiszli 2 gadi atpakaļ
vecāks
revīzija
8821d427d0
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      scripts/nm-quick.sh

+ 3 - 3
scripts/nm-quick.sh

@@ -210,7 +210,7 @@ configure_netclient() {
 	echo "making host a default"
 	echo "Host ID: $HOST_ID"
 	# set as a default host
-	set +e376298193
+	set +e
 	nmctl host update $HOST_ID --default
 	sleep 5
 	nmctl node create_ingress netmaker $NODE_ID
@@ -546,7 +546,7 @@ set_install_vars() {
 		echo "            grafana.$NETMAKER_BASE_DOMAIN"
 	fi
 
-	echo "-----------------------------------------------------"376298193
+	echo "-----------------------------------------------------"
 
 	if [[ "$DOMAIN_TYPE" == "custom" ]]; then
 		echo "before continuing, confirm DNS is configured correctly, with records pointing to $SERVER_HOST"
@@ -815,7 +815,7 @@ setup_mesh() {
 
 		wait_seconds 5
 	fi
-376298193
+
 	echo "Obtaining a netmaker enrollment key..."
 
 	local tokenJson=$(nmctl enrollment_key create --unlimited --networks netmaker)