From cd284706f7cba7d0aa98be95544d9793d31865e3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Aug 2016 23:31:07 +0100 Subject: [PATCH] reduced to 2 seconds --- lgsm/functions/check_glibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/check_glibc.sh b/lgsm/functions/check_glibc.sh index 85caf6d01..a5e5c95a0 100644 --- a/lgsm/functions/check_glibc.sh +++ b/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 \ No newline at end of file