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

ignore errors

This commit is contained in:
shim_ 2016-06-22 19:25:11 +02:00
parent 6ad4666e6c
commit dffb4e321d

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 > /dev/null $BINARY > /dev/null 2> /dev/null
sleep $RTM_REPORT_INTERVAL sleep $RTM_REPORT_INTERVAL
done done
} }