wpa_supplicant: fix config file flag

closes #145
This commit is contained in:
Owen Rafferty 2023-05-18 21:13:55 -05:00
parent b43650f1ed
commit d50bcf889f
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
7a14f578ff7c6a47c00da7f8259f2d27a458cc08e95d6c20cbd4c3f1fd6ef4dc7c
28f432f5c790f90a6bd32786b6b5c10e599846327f6a0277f7290f0059b49b5938
dc12f9322427fc00d1e1169429c1bf3965c05933865825fd2eb5e6c93d5f572bf2
bc9db6eb9b1830c0d81092674621db1b867469949412dc997900bd240425009547

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec wpa_supplicant -C /etc/wpa_supplicant.conf 2>&1
exec wpa_supplicant -c /etc/wpa_supplicant.conf 2>&1

View File

@ -1 +1 @@
2.10 3
2.10 4