From: Felix Fietkau Date: Thu, 30 Oct 2008 22:49:15 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e050667baa9dee46bcf7a38c52ea7a49fd7e4842;p=openwrt%2Fstaging%2Frmilecki.git fix typo SVN-Revision: 13084 --- diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 707fd8c4b8a..a6f5dba9925 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 }