From 9d1c1af6f2c27724dbd7d2116e454d71a85f28f3 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Tue, 25 Feb 2025 22:33:00 +0500 Subject: [PATCH] Fix bug input confirm install podkop --- awg_config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/awg_config.sh b/awg_config.sh index 5a75383..d85a58b 100644 --- a/awg_config.sh +++ b/awg_config.sh @@ -255,6 +255,7 @@ if [ -f "/etc/init.d/podkop" ]; then else 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 if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then DOWNLOAD_DIR="/tmp/podkop"