mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
Do not inhibit suspend even if wpa_cli command fails
There is no point in inhibiting suspend in case wpa_supplicant is not running and as such, return success unconditionally from this script.
This commit is contained in:
parent
207ef3fb12
commit
36d1343a4b
@ -15,3 +15,5 @@ case "$1" in
|
|||||||
$WPACLI resume
|
$WPACLI resume
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user