mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 10:25:54 +02:00
fb899479c5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@422 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|