Fix commands to reconfig Podkop

This commit is contained in:
CodeRoK7
2025-06-23 15:52:56 +00:00
parent b55012ef84
commit 6eebf40f4c

View File

@@ -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