Mercurial > hg > dhcpcd
changeset 4550:1b9e9a69b187 draft
10-wpa_supplicant: Correct stop diagnostic
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 09 Jul 2019 10:27:38 +0100 |
| parents | dfe9f9f1c5f2 |
| children | d62e5b96b66e |
| files | hooks/10-wpa_supplicant |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hooks/10-wpa_supplicant Thu Jul 04 12:22:46 2019 +0100 +++ b/hooks/10-wpa_supplicant Tue Jul 09 10:27:38 2019 +0100 @@ -93,7 +93,7 @@ err=$(wpa_cli -i"$interface" terminate 2>&1) errn=$? if [ $errn != 0 ]; then - syslog err "failed to start wpa_supplicant" + syslog err "failed to stop wpa_supplicant" syslog err "$err" fi return $errn
