1
0
Files
2016-11-30 09:03:17 +08:00

10 lines
118 B
Bash
Executable File

#!/bin/sh
/bin/kill -9 `/bin/pidof ntpclient`
if [ -f /etc/ntp.sh ]; then
chmod 777 /etc/ntp.sh
. /etc/ntp.sh
fi