Fix bug input confirm install podkop

This commit is contained in:
CodeRoK7
2025-02-25 22:33:00 +05:00
committed by GitHub
parent e8fa81656f
commit 9d1c1af6f2

View File

@@ -255,6 +255,7 @@ if [ -f "/etc/init.d/podkop" ]; then
else else
printf "\033[32;1mInstall and configure PODKOP (a tool for point routing of traffic)?? (y/n): \033[0m\n" printf "\033[32;1mInstall and configure PODKOP (a tool for point routing of traffic)?? (y/n): \033[0m\n"
read is_install_podkop read is_install_podkop
read is_install_podkop
if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then
DOWNLOAD_DIR="/tmp/podkop" DOWNLOAD_DIR="/tmp/podkop"