Browse Source

fixes

pull/1038/head
Daniel Gibbs 9 years ago
parent
commit
87d7608df2
  1. 5
      lgsm/functions/core_messages.sh

5
lgsm/functions/core_messages.sh

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

Loading…
Cancel
Save