Merge pull request #41 from cbaconnier/fix-sddm-prompt-loop

fix: fix infinte loop when prompting for SDDM themes
This commit is contained in:
Ja.KooLit 2024-03-08 05:53:30 +09:00 committed by GitHub
commit 80dad5f613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,6 +96,7 @@ while [ "$valid_input" != true ]; do
valid_input=true
else
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
done