From 6d1819e05fd0950511a57cb2b7eca990e419bb85 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 28 Feb 2016 13:41:38 +0000 Subject: [PATCH] Added CANCELED and REMOVED eol --- functions/core_messages.sh | 18 ++++++++++++++++++ functions/install_logs.sh | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) 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