There is no point in inhibiting suspend in case wpa_supplicant is not running and as such, return success unconditionally from this script.
@@ -15,3 +15,5 @@ case "$1" in
$WPACLI resume
;;
esac
+
+exit 0