Browse Source

Update fn_details

pull/573/head^2
UltimateByte 9 years ago
parent
commit
8bebb32766
  1. 3
      functions/fn_details

3
functions/fn_details

@ -720,7 +720,7 @@ fn_details_statusbottom
if [ ! -e "${servercfgfullpath}" ]; then if [ ! -e "${servercfgfullpath}" ]; then
if [ "${gamename}" == "Hurtworld"]; then if [ "${gamename}" == "Hurtworld"]; then
echo "No config file" echo "No config file set or required"
else else
echo "" echo ""
fn_printwarnnl "\e[0;31mCONFIGURATION FILE MISSING!\e[0m" fn_printwarnnl "\e[0;31mCONFIGURATION FILE MISSING!\e[0m"
@ -734,6 +734,7 @@ if [ ! -e "${servercfgfullpath}" ]; then
sleep 1 sleep 1
echo -en " \r" echo -en " \r"
fi fi
fi
fn_details_glibc fn_details_glibc

Loading…
Cancel
Save