diff --git a/qubes-rpc/qubes.SetDateTime b/qubes-rpc/qubes.SetDateTime index 6ecc9e6..a55e850 100644 --- a/qubes-rpc/qubes.SetDateTime +++ b/qubes-rpc/qubes.SetDateTime @@ -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