Update sddm.sh

This commit is contained in:
Ja.KooLit 2024-03-08 06:31:20 +09:00 committed by GitHub
parent e32b628212
commit d56b86f7c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,6 +109,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