From 8c4cf17129e15bf483ccde14f5158e698be7900f Mon Sep 17 00:00:00 2001 From: wang yan Date: Fri, 18 Oct 2019 17:55:29 +0800 Subject: [PATCH] disable noglob after import common Signed-off-by: wang yan --- make/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/install.sh b/make/install.sh index ee6d88c4a..56a16dc8e 100755 --- a/make/install.sh +++ b/make/install.sh @@ -1,11 +1,12 @@ #!/bin/bash set -e -set +o noglob DIR="$(cd "$(dirname "$0")" && pwd)" source $DIR/common.sh +set +o noglob + usage=$'Please set hostname and other necessary attributes in harbor.yml first. DO NOT use localhost or 127.0.0.1 for hostname, because Harbor needs to be accessed by external clients. Please set --with-notary if needs enable Notary in Harbor, and set ui_url_protocol/ssl_cert/ssl_cert_key in harbor.yml bacause notary must run under https. Please set --with-clair if needs enable Clair in Harbor