mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-03-14 06:22:36 +03:00
Fix commands to reconfig Podkop
This commit is contained in:
@@ -458,7 +458,7 @@ then
|
||||
else
|
||||
is_manual_input_parameters="n"
|
||||
fi
|
||||
if [ "$2" = "y" ] || [ "$2" = "Y" ]
|
||||
if [ "$2" = "y" ] || [ "$2" = "Y" ] || [ "$2" = "" ]
|
||||
then
|
||||
is_reconfig_podkop="y"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user