diff --git a/es24n_conf.py b/es24n_conf.py index 7299e96..fc92192 100755 --- a/es24n_conf.py +++ b/es24n_conf.py @@ -40,9 +40,9 @@ def main(): choice = prompt("Select [1/2/3/4]") if choice == "1": - another = configure_shelf() - if not another: - break + another = True + while another: + another = configure_shelf() elif choice == "2": firmware_update_workflow() elif choice == "3":