소스 검색

Added CANCELED and REMOVED eol

Daniel Gibbs 10 년 전
부모
커밋
6d1819e05f
2개의 변경된 파일19개의 추가작업 그리고 1개의 파일을 삭제
  1. 18 0
      functions/core_messages.sh
  2. 1 1
      functions/install_logs.sh

+ 18 - 0
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"
 }

+ 1 - 1
functions/install_logs.sh

@@ -45,4 +45,4 @@ if [ -d "${rootdir}/Steam/logs" ]; then
 	fi
 fi
 sleep 1
-fn_scriptlog "Logs installed"
+fn_scriptlog "logs installed"