1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-03-01 10:31:47 +00:00

5 lines
151 B
Bash
Raw Normal View History

#!/bin/bash
/bin/sed -i 's|#DAEMON_OPTS=""|DAEMON_OPTS=" -f /tmp/hostapd.log"|' /etc/default/hostapd
touch /tmp/hostapd.log
chmod o+r /tmp/hostapd.log