diff --git a/awg_config.sh b/awg_config.sh index 95ac831..bf1abb2 100644 --- a/awg_config.sh +++ b/awg_config.sh @@ -263,7 +263,7 @@ if [ -f "/etc/init.d/podkop" ]; then read is_reconfig_podkop if [ "$is_reconfig_podkop" = "y" ] || [ "$is_reconfig_podkop" = "Y" ]; then cp -f "$path_podkop_config" "$path_podkop_config_backup" - wget -O "$path_podkop_config" "$URL/podkop" + wget -O "$path_podkop_config" "$URL/config_files/podkop" echo "Backup of your config in path '$path_podkop_config_backup'" echo "Podkop reconfigured..." fi @@ -281,13 +281,13 @@ else for file in $podkop_files do echo "Download $file..." - wget -q -O "$DOWNLOAD_DIR/$file" "$URL/$file" + wget -q -O "$DOWNLOAD_DIR/$file" "$URL/podkop_packets/$file" done opkg install $DOWNLOAD_DIR/podkop*.ipk opkg install $DOWNLOAD_DIR/luci-app-podkop*.ipk opkg install $DOWNLOAD_DIR/luci-i18n-podkop-ru*.ipk rm -f $DOWNLOAD_DIR/podkop*.ipk $DOWNLOAD_DIR/luci-app-podkop*.ipk $DOWNLOAD_DIR/luci-i18n-podkop-ru*.ipk - wget -O "$path_podkop_config" "$URL/podkop" + wget -O "$path_podkop_config" "$URL/config_files/podkop" echo "Podkop installed.." fi fi diff --git a/dhcp b/config_files/dhcp similarity index 100% rename from dhcp rename to config_files/dhcp diff --git a/https-dns-proxy b/config_files/https-dns-proxy similarity index 100% rename from https-dns-proxy rename to config_files/https-dns-proxy diff --git a/podkop b/config_files/podkop similarity index 100% rename from podkop rename to config_files/podkop diff --git a/youtubeUnblock b/config_files/youtubeUnblock similarity index 100% rename from youtubeUnblock rename to config_files/youtubeUnblock diff --git a/configure_zaprets.sh b/configure_zaprets.sh index cac934d..81832ac 100644 --- a/configure_zaprets.sh +++ b/configure_zaprets.sh @@ -42,7 +42,7 @@ then do if [ "$file" != "dhcp" ] then - wget -O "$DIR/$file" "$URL/$file" + wget -O "$DIR/$file" "$URL/config_files/$file" fi done fi diff --git a/luci-app-podkop_0.2.5_all.ipk b/podkop_packets/luci-app-podkop_0.2.5_all.ipk similarity index 100% rename from luci-app-podkop_0.2.5_all.ipk rename to podkop_packets/luci-app-podkop_0.2.5_all.ipk diff --git a/luci-i18n-podkop-ru_0.2.5.ipk b/podkop_packets/luci-i18n-podkop-ru_0.2.5.ipk similarity index 100% rename from luci-i18n-podkop-ru_0.2.5.ipk rename to podkop_packets/luci-i18n-podkop-ru_0.2.5.ipk diff --git a/podkop_0.2.5-1_all.ipk b/podkop_packets/podkop_0.2.5-1_all.ipk similarity index 100% rename from podkop_0.2.5-1_all.ipk rename to podkop_packets/podkop_0.2.5-1_all.ipk