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
;;
--check)
CHECKURL="$1"
set_quiet
#set_quiet
;;
--latest)
LATEST="$1"
......@@ -498,7 +498,7 @@ get_urls()
if [ -n "$CHECKURL" ] ; then
set_quiet
#set_quiet
check_url_is_accessible "$1"
exit
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