X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/6b519e4227f41980b6de18a882808df92f1e36f1..c3bf63f2a9194d354ed8716f27a75e38cbe3b858:/debian/apt.cron.daily diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index a09eeaca8..b6099ee75 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -329,7 +329,7 @@ fi AutoAptEnable=1 # default is yes eval $(apt-config shell AutoAptEnable APT::Periodic::Enable) -if [ AutoAptEnable -eq 0 ]; then +if [ $AutoAptEnable -eq 0 ]; then exit 0 fi