From 17794cef2aa2c2b293977ed5447a33ee9ef0d969 Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Fri, 8 Dec 2023 11:56:27 +0800 Subject: [PATCH] fix: Remove -p/--console-password parameters from get-higress.sh (#675) --- tools/get-higress.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/get-higress.sh b/tools/get-higress.sh index b0c40bd2d..6b905a626 100644 --- a/tools/get-higress.sh +++ b/tools/get-higress.sh @@ -97,9 +97,6 @@ outputUsage() { -k, --data-enc-key=KEY the key used to encrypt sensitive configurations MUST contain 32 characters A random key will be generated if unspecified - -p, --console-password=CONSOLE-PASSWORD - the password to be used to visit Higress Console - default to "admin" if unspecified --nacos-port=NACOS-PORT the HTTP port used to access the built-in Nacos default to 8848 if unspecified