Fix time sync service

It is expected to not output anything on stdout. Especially remote end
may be already terminated, so writing there would result in EPIPE.

Fixes QubesOS/qubes-issues#1592
Este commit está contenido en:
Marek Marczykowski-Górecki 2016-01-07 05:06:39 +01:00
padre bd68fb973b
commit 0e062ff31e
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 063938BA42CFA724

Ver fichero

@ -8,4 +8,4 @@ if [ $timediff -le 2 -a $timediff -ge -2 ]; then
# don't bother
exit 0
fi
date -u -s "$timestamp"
date -u -s "$timestamp" >/dev/null