diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-30 22:49:15 +0000 |
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-30 22:49:15 +0000 |
| commit | 6f9f98ff4fb4a59026d5f3c02221f4a5a4eb9aa2 (patch) | |
| tree | b47092e01b0ab1376eeff311cb61d6048bf1a065 | |
| parent | d9af4395f45b894e60d622046c131419db22971a (diff) | |
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 707fd8c4b..a6f5dba99 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 } |
