Browse Source

Update fn_details

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

25
functions/fn_details

@ -720,19 +720,20 @@ 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"
echo "${servercfgfullpath}" echo "${servercfgfullpath}"
echo "Some details cannot be displayed" echo "Some details cannot be displayed"
echo -en ".\r" echo -en ".\r"
sleep 1 sleep 1
echo -en "..\r" echo -en "..\r"
sleep 1 sleep 1
echo -en "...\r" echo -en "...\r"
sleep 1 sleep 1
echo -en " \r" echo -en " \r"
fi
fi fi
fn_details_glibc fn_details_glibc

Loading…
Cancel
Save