3 lines
75 B
Bash
3 lines
75 B
Bash
#!/bin/sh
|
|
CONFFILE="/etc/hostapd/hostapd.conf"
|
|
exec /bin/hostapd $CONFFILE
|