mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-05-01 21:11:03 +00:00
Fix bug input confirm install podkop
This commit is contained in:
parent
e8fa81656f
commit
9d1c1af6f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue