NewsBlur/config/ntpdate.cron

5 lines
85 B
Bash

#!/bin/sh
/etc/init.d/ntp stop
/usr/sbin/ntpdate pool.ntp.org
/etc/init.d/ntp start