From: nbd Date: Thu, 30 Oct 2008 22:49:15 +0000 (+0000) Subject: fix typo X-Git-Tag: fast2504n-3.10.28-merged~17529 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=6f9f98ff4fb4a59026d5f3c02221f4a5a4eb9aa2;p=openwrt.git fix typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13084 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 }