fixed wrong flag
This commit is contained in:
parent
34dd851273
commit
3480fedbac
@ -287,7 +287,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then #if '__name__' == '__main__'
|
|||||||
verbose && echo "Detected -s or --set-volume, with argument '$2'"
|
verbose && echo "Detected -s or --set-volume, with argument '$2'"
|
||||||
[[ -z "$2" ]] && echo "Error, missing value to set volume" 1>&2 && exit 1 || volume_set $2
|
[[ -z "$2" ]] && echo "Error, missing value to set volume" 1>&2 && exit 1 || volume_set $2
|
||||||
;;
|
;;
|
||||||
-m|--set-mute)
|
-m|--mute)
|
||||||
verbose && echo "Detected -m or --mute"
|
verbose && echo "Detected -m or --mute"
|
||||||
mute
|
mute
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user