From d06b71a6d4255a2d555340c8c8b6caaf1cf4f543 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 23 Nov 2014 23:10:13 +0000 Subject: [PATCH] minor change to screen output --- functions/fn_glibcfix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/functions/fn_glibcfix b/functions/fn_glibcfix index 40d278054..ad1bb0646 100644 --- a/functions/fn_glibcfix +++ b/functions/fn_glibcfix @@ -5,9 +5,6 @@ # Version: 231114 fn_glibcfixmsg(){ -echo "Detected ${gamename}" -sleep 1 -echo "" echo "GLIBC Fix required" echo "============================" sleep 1 @@ -22,8 +19,7 @@ echo "The installer will now detect and download the required files to allow ${g echo "note: This will NOT upgrade GLIBC on your system." sleep 1 echo "" -echo "Downloading Required files" -echo "=================================" +echo "loading required files..." sleep 1 }