feat core
: Use PRINT for even more.
This commit is contained in:
parent
a3c9dda69d
commit
5542b24e74
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue