From 19745abc7b74b6abcbdeba1160514aa5fcf0f877 Mon Sep 17 00:00:00 2001 From: Matt Devo Date: Sat, 20 Jun 2015 12:55:42 -0500 Subject: [PATCH] Remove debug output --- functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.sh b/functions.sh index e8385ff..5f73f71 100644 --- a/functions.sh +++ b/functions.sh @@ -12,7 +12,7 @@ # #define these here for easy updating -script_date="[2015-06-19]" +script_date="[2015-06-20]" OE_version_base="OpenELEC-Generic.x86_64" OE_version_stable="5.0.8" @@ -214,7 +214,7 @@ fi echo_yellow "\nDownload complete; creating install media..." -gunzip -f ${img_file}.gz # >/dev/null 2>&1 +gunzip -f ${img_file}.gz >/dev/null 2>&1 if [ $? -ne 0 ]; then die "Failed to extract OpenELEC download; check your Internet connection and try again" fi