Exit 0 at the end
This commit is contained in:
parent
dcca2aed03
commit
5b95cac624
|
@ -1,6 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
|
||||||
# TODO: Unmute selected output sink
|
|
||||||
# Purpose {{{
|
# Purpose {{{
|
||||||
# This script will …
|
# This script will …
|
||||||
# 1. …
|
# 1. …
|
||||||
|
@ -282,6 +280,7 @@ main() { # {{{
|
||||||
### OR Exit with error message
|
### OR Exit with error message
|
||||||
unmute_default_pulseaudio_sink \
|
unmute_default_pulseaudio_sink \
|
||||||
|| error_message "Can't unmute the selected sink (${choosen_sink_description}). Please use --debug option." 4
|
|| error_message "Can't unmute the selected sink (${choosen_sink_description}). Please use --debug option." 4
|
||||||
|
## }}}
|
||||||
|
|
||||||
}
|
}
|
||||||
# }}}
|
# }}}
|
||||||
|
@ -350,4 +349,4 @@ fi
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
||||||
exit 255
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue