From: Felix Fietkau Date: Thu, 30 Oct 2008 22:49:15 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1788692796f49b5ebc8aea9c935d94b442c6a88b;ds=sidebyside fix typo SVN-Revision: 13084 --- diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 707fd8c4b8..a6f5dba992 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -96,6 +96,6 @@ wpa=$wpa wpa_pairwise=$crypto $hostapd_cfg EOF - hostapd -P /var/run/wifi-$ifname.conf -B /var/run/hostapd-$ifname.conf + hostapd -P /var/run/wifi-$ifname.pid -B /var/run/hostapd-$ifname.conf }