mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
4 lines
78 B
Bash
4 lines
78 B
Bash
#!/bin/sh
|
|
mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
|
|
/usr/sbin/ntpd -s
|