Explorar el Código

Tenant ID for clarity

theguy951357 hace 2 años
padre
commit
fb848f41e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/nm-quick.sh

+ 1 - 1
scripts/nm-quick.sh

@@ -576,7 +576,7 @@ set_install_vars() {
 		done
 		unset ACCOUNT_ID
 		while [ -z ${ACCOUNT_ID} ]; do
-			read -p "Account ID: " ACCOUNT_ID
+			read -p "Tenant ID: " ACCOUNT_ID
 		done
 	fi