mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Based on a patch by Luiz Angelo Daros de Luca Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43421 3c298f89-4303-0410-b956-a3cf2f4a3e73
4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
[ "$1" = stratum ] || exit 0
|
|
ACTION="$1" /sbin/hotplug-call ntp
|