feat core: Use PRINT for even more.

This commit is contained in:
prplwtf 2024-01-15 23:23:54 +01:00
parent a3c9dda69d
commit 5542b24e74

View file

@ -1432,14 +1432,14 @@ if [[ ( $2 == "-init" || $2 == "-I" ) ]]; then VCMD="y"
}
ask_author() {
log_blue "[INPUT] Author (prplwtf):"
PRINT INPUT "Author (prplwtf):"
read -r ASKAUTHOR
REDO_AUTHOR=false
# Author should not be empty
if [[ ${ASKAUTHOR} == "" ]]; then
log_yellow "[WARNING] Author should not be empty."
PRINT WARNING "Author should not be empty."
REDO_AUTHOR=true
fi