From 16c174d624f0b177ec312423b534f4aa021f5f28 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Tue, 18 Feb 2025 13:21:52 +0300 Subject: [PATCH] v0.3.10 --- README.md | 1 + install.sh | 8 +------- luci-app-podkop/Makefile | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7809f4f..d7e979f 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Luci: Services/podkop - [ ] Валидации предустановленных значений. Если прописаны другие, то вывод в лог о неизвестной переменной и продолжение работы - [ ] Добавление в список доменов домены первого уровня (LuCI) - [ ] Проверка, что версия в makefile совпадает с тегом +- [ ] Don't touch my DHCP! Приоритет 2 - [x] Списки доменов и подсетей с роутера diff --git a/install.sh b/install.sh index c43c362..f9d5855 100755 --- a/install.sh +++ b/install.sh @@ -47,13 +47,7 @@ main() { while read -r url; do filename=$(basename "$url") filepath="$DOWNLOAD_DIR/$filename" - - if [ -f "$filepath" ] && [ -s "$filepath" ]; then - echo "$filename has already been uploaded" - download_success=1 - continue - fi - + attempt=0 while [ $attempt -lt $COUNT ]; do echo "Download $filename (count $((attempt+1)))..." diff --git a/luci-app-podkop/Makefile b/luci-app-podkop/Makefile index 8fb1073..3a05355 100644 --- a/luci-app-podkop/Makefile +++ b/luci-app-podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-podkop -PKG_VERSION:=0.3.9 +PKG_VERSION:=0.3.10 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app