diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-30 22:49:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-30 22:49:15 +0000 |
commit | ea94e359fb1a5040836ab1d286bfb3d7c7f58733 (patch) | |
tree | b47092e01b0ab1376eeff311cb61d6048bf1a065 | |
parent | 7323a7dc30066af77062aec7f7afce72827be872 (diff) | |
download | upstream-ea94e359fb1a5040836ab1d286bfb3d7c7f58733.tar.gz upstream-ea94e359fb1a5040836ab1d286bfb3d7c7f58733.tar.bz2 upstream-ea94e359fb1a5040836ab1d286bfb3d7c7f58733.zip |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13084 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/hostapd/files/hostapd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |