Update misc/build.func

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
CanbiZ 2024-11-14 20:48:35 +01:00 committed by GitHub
parent d807dc79d2
commit fecc5325c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -531,7 +531,7 @@ check_storage() {
read -r -p "" prompt
# Check if the input is 'y' or 'yes', otherwise exit with status 1
if [[ ! ${prompt,,} =~ ^(y|yes)$ ]]; then
echo -e "❌${HOLD} ${YWB}Exiting based on incorrect user input.${CL}"
echo -e "❌${HOLD} ${YWB}Exiting based on user input.${CL}"
exit 1
fi
fi