From 8bebb32766b0ba877faf17f993627f8d3b990ad4 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 22 Dec 2015 01:00:51 +0100 Subject: [PATCH] Update fn_details --- functions/fn_details | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/functions/fn_details b/functions/fn_details index b25edca43..d07d701cc 100644 --- a/functions/fn_details +++ b/functions/fn_details @@ -720,19 +720,20 @@ fn_details_statusbottom if [ ! -e "${servercfgfullpath}" ]; then if [ "${gamename}" == "Hurtworld"]; then - echo "No config file" + echo "No config file set or required" else - echo "" - fn_printwarnnl "\e[0;31mCONFIGURATION FILE MISSING!\e[0m" - echo "${servercfgfullpath}" - echo "Some details cannot be displayed" - echo -en ".\r" - sleep 1 - echo -en "..\r" - sleep 1 - echo -en "...\r" - sleep 1 - echo -en " \r" + echo "" + fn_printwarnnl "\e[0;31mCONFIGURATION FILE MISSING!\e[0m" + echo "${servercfgfullpath}" + echo "Some details cannot be displayed" + echo -en ".\r" + sleep 1 + echo -en "..\r" + sleep 1 + echo -en "...\r" + sleep 1 + echo -en " \r" + fi fi fn_details_glibc