mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-05 20:51:07 +02:00
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
|
|
/usr/sbin/ntpd -s
|