feat: KIAUH v4.0.0 #191

Merged
dw-0 merged 453 commits from v4-rc into master 2022-05-29 20:11:16 +02:00
Showing only changes of commit 8257e95c46 - Show all commits

View File

@@ -121,7 +121,7 @@ print_error(){
[ -z "${1}" ] && return
echo -e "${red}"
echo -e "#########################################################"
echo -e " ${1} "
echo -e " ${1} "
echo -e "#########################################################"
echo -e "${white}"
}
@@ -130,7 +130,7 @@ print_confirm(){
[ -z "${1}" ] && return
echo -e "${green}"
echo -e "#########################################################"
echo -e " ${1} "
echo -e " ${1} "
echo -e "#########################################################"
echo -e "${white}"
}