mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 22:21:29 +00: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