Browse Source

Try using Google as a TLS time source

Bob Mottram 11 years ago
parent
commit
12f80195dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt View File

1018
 #+BEGIN_SRC: bash
1018
 #+BEGIN_SRC: bash
1019
 #!/bin/bash
1019
 #!/bin/bash
1020
 
1020
 
1021
-TIMESOURCE=www.ptb.de
1021
+TIMESOURCE=google.com
1022
 LOGFILE=/var/log/tlsdate.log
1022
 LOGFILE=/var/log/tlsdate.log
1023
 DATE_BEFORE=$(date)
1023
 DATE_BEFORE=$(date)
1024
 YEAR_BEFORE=$(echo $DATE_BEFORE | awk -F ' ' '{print $6}')
1024
 YEAR_BEFORE=$(echo $DATE_BEFORE | awk -F ' ' '{print $6}')