mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
[ "$1" = stratum ] || exit 0
|
||
|
ACTION="$1" /sbin/hotplug-call ntp
|