diff --git a/functions/core_messages.sh b/functions/core_messages.sh index 88a0a8127..8d4f87ebe 100644 --- a/functions/core_messages.sh +++ b/functions/core_messages.sh @@ -162,4 +162,22 @@ fn_printqueryingeol(){ fn_printqueryingeolnl(){ echo -e "\e[0;31mQUERYING\e[0m\n" +} + +# CANCELED for end of line +fn_printcanceledeol(){ + echo -en "\e[0;31mQUERYING\e[0m\n" +} + +fn_printcanceledeolnl(){ + echo -e "\e[0;31mQUERYING\e[0m\n" +} + +# REMOVED for end of line +fn_printremovedeol(){ + echo -en "\e[0;31mQUERYING\e[0m\n" +} + +fn_printremovedeolnl(){ + echo -e "\e[0;31mQUERYING\e[0m\n" } \ No newline at end of file diff --git a/functions/install_logs.sh b/functions/install_logs.sh index c90aadb36..2722ef19b 100644 --- a/functions/install_logs.sh +++ b/functions/install_logs.sh @@ -45,4 +45,4 @@ if [ -d "${rootdir}/Steam/logs" ]; then fi fi sleep 1 -fn_scriptlog "Logs installed" \ No newline at end of file +fn_scriptlog "logs installed" \ No newline at end of file