gpt-2741gnac_root_files/_mtdblock5.img.extracted/squashfs-root/usr/script/ntpclient.sh
2023-11-26 03:26:24 -03:00

9 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