diff --git a/scripts/switch_klipper_repo.sh b/scripts/switch_klipper_repo.sh index 47a6d9d..9570547 100644 --- a/scripts/switch_klipper_repo.sh +++ b/scripts/switch_klipper_repo.sh @@ -77,10 +77,12 @@ function change_klipper_repo_menu() { error_msg "Invalid command!";; esac done + break else status_msg "Set custom Klipper repository to:\n ● Repository: ${repos[${option}]}\n ● Branch: ${branches[${option}]}" set_custom_klipper_repo "${repos[${option}]}" "${branches[${option}]}" ok_msg "This repo will now be used for new Klipper installations!\n" + break fi elif [[ ${option} =~ ${back} ]]; then