Removed hostapd stdio from tty12

This commit is contained in:
Arne Fitzenreiter
2009-04-22 14:09:38 +02:00
parent 7429ec82c9
commit 611607600f

View File

@@ -68,7 +68,7 @@ case "${1}" in
/usr/sbin/iwconfig $INTERFACE channel $CHANNEL
/usr/sbin/iwconfig $INTERFACE txpower $TXPOWER
/usr/bin/hostapd -P /var/run/hostapd /etc/hostapd.conf </dev/tty12 >/dev/tty12 2>&1 &
/usr/bin/hostapd -P /var/run/hostapd /etc/hostapd.conf >/dev/null 2>&1 &
sleep 1