diff --git a/in/other=55wicd.in b/in/other=55wicd.in index 94ca3f1..7e71456 100755 --- a/in/other=55wicd.in +++ b/in/other=55wicd.in @@ -7,15 +7,13 @@ wicd_suspend() { # Put wifi interface down - %LIB%suspend.py 2>/dev/null - return $NA + %LIB%suspend.py 2>/dev/null || return $NA } wicd_resume() { # Bring wifi interface back up - %LIB%autoconnect.py 2>/dev/null - return $NA + %LIB%autoconnect.py 2>/dev/null || return $NA } case "$1" in