vn-ansible/roles/linux-ntp/files/timesync

6 lines
123 B
Plaintext
Raw Normal View History

2023-10-23 11:46:57 +00:00
#!/bin/sh
test -x /usr/sbin/ntpdate || exit 0
/usr/sbin/ntpdate time1.verdnatura.es
2023-10-23 11:56:54 +00:00
/usr/sbin/ntpdate time2.verdnatura.es