mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 08:38:03 +01:00
remove useless log
This commit is contained in:
parent
004ed536cb
commit
c26279d3b9
@ -27,7 +27,6 @@ fi
|
||||
|
||||
if [[ ( $1 = "up" || $1 = "upgrade" ) && ${SKIP_CONFIRM} != "y" ]]; then
|
||||
echo "Please backup before upgrade."
|
||||
echo "SKIP CONFIRM: $SKIP_CONFIRM"
|
||||
read -p "Enter y to continue updating or n to abort:" ans
|
||||
case $ans in
|
||||
[Yy]* )
|
||||
|
Loading…
Reference in New Issue
Block a user