From 8390b2cec86c12905d467fc8e01787237725b56a Mon Sep 17 00:00:00 2001 From: shim_ Date: Mon, 13 Jun 2016 22:23:24 +0200 Subject: [PATCH] disard output --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 7964a48..9f48374 100755 --- a/init.sh +++ b/init.sh @@ -6,7 +6,7 @@ INSTALLER="/cache/install-$RTM_VERSION.sh" function report_loop { while true; do - $BINARY + $BINARY > /dev/null sleep $RTM_REPORT_INTERVAL done }