tteckster 2 лет назад
Родитель
Сommit
f00f6b31da
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ct/pihole-v5.sh

+ 1 - 1
ct/pihole-v5.sh

@@ -81,7 +81,7 @@ if command -v pveversion >/dev/null 2>&1; then
   fi
 fi
 if ! command -v pveversion >/dev/null 2>&1; then
-  if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then
+  if [[ ! -d /etc/pihole ]]; then
     msg_error "No ${APP} Installation Found!";
     exit 
   fi