Commit 608e7a5c authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: comment out set_quiet for --check

parent f42b7e4e
...@@ -294,7 +294,7 @@ while [ -n "$1" ] ; do ...@@ -294,7 +294,7 @@ while [ -n "$1" ] ; do
;; ;;
--check) --check)
CHECKURL="$1" CHECKURL="$1"
set_quiet #set_quiet
;; ;;
--latest) --latest)
LATEST="$1" LATEST="$1"
...@@ -498,7 +498,7 @@ get_urls() ...@@ -498,7 +498,7 @@ get_urls()
if [ -n "$CHECKURL" ] ; then if [ -n "$CHECKURL" ] ; then
set_quiet #set_quiet
check_url_is_accessible "$1" check_url_is_accessible "$1"
exit exit
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment