mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Hotfix: specify interface with wpa_cli in patch_system_files(). Addresses #163
This commit is contained in:
		| @@ -228,8 +228,8 @@ function patch_system_files() { | ||||
|         "/bin/cp /tmp/wifidata /etc/wpa_supplicant/wpa_supplicant.conf" | ||||
|         "/bin/cp /tmp/wifidata /etc/wpa_supplicant/wpa_supplicant-wlan0.conf" | ||||
|         "/bin/cp /tmp/wifidata /etc/wpa_supplicant/wpa_supplicant-wlan1.conf" | ||||
|         "/sbin/wpa_cli scan_results" | ||||
|         "/sbin/wpa_cli scan" | ||||
|         "/sbin/wpa_cli -i wlan0 scan_results" | ||||
|         "/sbin/wpa_cli -i wlan0 scan" | ||||
|         "/sbin/wpa_cli reconfigure" | ||||
|         "/bin/cp /tmp/hostapddata /etc/hostapd/hostapd.conf" | ||||
|         "/etc/init.d/hostapd start" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user