diff --git a/init.sh b/init.sh index 9f48374..ea74c62 100755 --- a/init.sh +++ b/init.sh @@ -6,7 +6,7 @@ INSTALLER="/cache/install-$RTM_VERSION.sh" function report_loop { while true; do - $BINARY > /dev/null + $BINARY > /dev/null 2> /dev/null sleep $RTM_REPORT_INTERVAL done }