X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/51d659e7d8cdce59f910eceeee68e2c2afdb70d4..250687865e2d27dc949b810e59b07161a4c8f762:/debian/apt.systemd.daily diff --git a/debian/apt.systemd.daily b/debian/apt.systemd.daily old mode 100644 new mode 100755 index d034d8c1a..03d41bae5 --- a/debian/apt.systemd.daily +++ b/debian/apt.systemd.daily @@ -320,8 +320,8 @@ fi VERBOSE=0 eval $(apt-config shell VERBOSE APT::Periodic::Verbose) debug_echo "verbose level $VERBOSE" -if [ "$VERBOSE" -le 2 ]; then - # quiet for 0,1,2 +if [ "$VERBOSE" -le 1 ]; then + # quiet for 0/1 XSTDOUT=">/dev/null" XSTDERR="2>/dev/null" XAPTOPT="-qq"