diff --git a/bin/lock b/bin/lock index 7ec8a80..7f56930 100755 --- a/bin/lock +++ b/bin/lock @@ -14,7 +14,7 @@ function log() { } # Stop MPD playback when mpc client was found -(which mpc >/dev/null 2>&1) && mpc stop +(which mpc >/dev/null 2>&1) && mpc stop || true # Disable systemd user services for svc in "${systemd_services[@]}"; do