Daniel Gibbs 9 лет назад
Родитель
Сommit
cd284706f7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/check_glibc.sh

+ 1 - 1
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 -e "	* glibc installed: ${red}${glibcversion}${default}"
 		echo -en "\n"
 		echo -en "\n"
 		fn_print_information "The game server will probably not work. A distro upgrade is required!"
 		fn_print_information "The game server will probably not work. A distro upgrade is required!"
-		sleep 5
+		sleep 2
 	fi
 	fi
 fi
 fi