Prevent infinte loop when prompting for SDDM themes

This commit is contained in:
Clément Baconnier
2024-03-07 20:54:24 +01:00
parent f9a98bc123
commit 198b3e95eb

View File

@@ -96,6 +96,7 @@ while [ "$valid_input" != true ]; do
valid_input=true valid_input=true
else else
printf "\n%s - Invalid input. Please enter 'y' for Yes or 'n' for No.\n" "${ERROR}" 2>&1 | tee -a "$LOG" printf "\n%s - Invalid input. Please enter 'y' for Yes or 'n' for No.\n" "${ERROR}" 2>&1 | tee -a "$LOG"
install_sddm_theme=""
fi fi
done done