From 6eebf40f4cca9c563ec8368156a833976ea7e557 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:52:56 +0000 Subject: [PATCH] Fix commands to reconfig Podkop --- universal_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal_config.sh b/universal_config.sh index dca915d..45ec7db 100644 --- a/universal_config.sh +++ b/universal_config.sh @@ -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