raspap-webgui-mirror/installers/enablelog.sh
2020-03-13 14:08:11 +08:00

4 lines
124 B
Bash
Executable file

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