4 lines
102 B
Bash
4 lines
102 B
Bash
#!/bin/sh
|
|
# add custom dhcp code (ntpd & local access)
|
|
cat /mnt/sd/.wifisd/ntpd.sh >>/etc/dhcp.script
|