Remove extraneous option
This commit is contained in:
parent
2de1fba73a
commit
43c6a2941b
|
@ -1037,7 +1037,7 @@ Add the following:
|
|||
PATH='/usr/local/sbin:/usr/local/bin:/usr/bin:/sbin:/usr/sbin:/bin'
|
||||
|
||||
LOGFILE="/var/log/tlsdate.log"
|
||||
TLSDATECOMMAND="tlsdate --timewarp -l -t -H www.ptb.de -p 443 >> $LOGFILE"
|
||||
TLSDATECOMMAND="tlsdate --timewarp -l -H www.ptb.de -p 443 >> $LOGFILE"
|
||||
|
||||
#Start-Stop here
|
||||
case "$1" in
|
||||
|
|
Loading…
Reference in New Issue