From 12f80195ddd97a9cb8b3468d9950d3d4b142da6e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 25 Jul 2014 17:24:21 +0100 Subject: [PATCH] Try using Google as a TLS time source --- beaglebone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaglebone.txt b/beaglebone.txt index 256c2e7e..a12702f3 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -1018,7 +1018,7 @@ Add the following: #+BEGIN_SRC: bash #!/bin/bash -TIMESOURCE=www.ptb.de +TIMESOURCE=google.com LOGFILE=/var/log/tlsdate.log DATE_BEFORE=$(date) YEAR_BEFORE=$(echo $DATE_BEFORE | awk -F ' ' '{print $6}')