From 5b95cac624b75a32590d76e6f39dd22390993d66 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 8 Dec 2021 15:00:43 +0100 Subject: [PATCH] Exit 0 at the end --- rofi-pulse-sink.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rofi-pulse-sink.sh b/rofi-pulse-sink.sh index 1754bbd..c9f2cd7 100755 --- a/rofi-pulse-sink.sh +++ b/rofi-pulse-sink.sh @@ -1,6 +1,4 @@ #!/bin/sh -# -# TODO: Unmute selected output sink # Purpose {{{ # This script will … # 1. … @@ -282,6 +280,7 @@ main() { # {{{ ### OR Exit with error message unmute_default_pulseaudio_sink \ || error_message "Can't unmute the selected sink (${choosen_sink_description}). Please use --debug option." 4 + ## }}} } # }}} @@ -350,4 +349,4 @@ fi main -exit 255 +exit 0