1
0
mirror of https://bitbucket.org/shim_/docker-rtm.git synced 2018-10-04 01:52:08 +02:00

disard output

This commit is contained in:
shim_ 2016-06-13 22:23:24 +02:00
parent 4c1d6c956f
commit 8390b2cec8

View File

@ -6,7 +6,7 @@ INSTALLER="/cache/install-$RTM_VERSION.sh"
function report_loop { function report_loop {
while true; do while true; do
$BINARY $BINARY > /dev/null
sleep $RTM_REPORT_INTERVAL sleep $RTM_REPORT_INTERVAL
done done
} }