Browse Source

reduced to 2 seconds

pull/1043/head
Daniel Gibbs 9 years ago
parent
commit
cd284706f7
  1. 2
      lgsm/functions/check_glibc.sh

2
lgsm/functions/check_glibc.sh

@ -36,6 +36,6 @@ elif [ "$(printf '%s\n'${glibcrequired}'\n' ${glibcversion} | sort -V | head -n
echo -e " * glibc installed: ${red}${glibcversion}${default}"
echo -en "\n"
fn_print_information "The game server will probably not work. A distro upgrade is required!"
sleep 5
sleep 2
fi
fi
Loading…
Cancel
Save