Daniel Gibbs 10 년 전
부모
커밋
87d7608df2
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      lgsm/functions/core_messages.sh

+ 3 - 2
lgsm/functions/core_messages.sh

@@ -217,9 +217,10 @@ fn_print_info_nl(){
 # No More Room in Hell Debug
 # =================================
 fn_print_header(){
-	echo -en ""
-	echo -en "${lightblue}${servername} ${commandaction}"
+	echo -e ""
+	echo -e "${lightblue}${servername} ${commandaction}"
 	echo -e "=================================${default}"
+	echo -e ""
 }
 
 # Complete!