Improvements discussed in #404

pull/405/head
R0Wi 2019-11-19 07:06:52 +01:00
parent 9cfa0f467e
commit b5837490ed
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ setup () {
# Read hostapd.conf with interface from stdin for
# backward compatibility (hostapd < v2.6). See #398
echo -e "`cat hostapd.conf`\ninterface=$WLAN" | sudo hostapd /dev/stdin
printf "$(cat hostapd.conf)\ninterface=$WLAN" | sudo hostapd /dev/stdin
}
cleanup () {