Просмотр исходного кода

debian/apt.cron.daily: Fix issue related to APT::Periodic::Enable.

Julian Andres Klode лет назад: 17
Родитель
Сommit
9a64707c28
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      debian/apt.cron.daily

+ 1 - 1
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