Add mistakenly omitted semicolon

This commit is contained in:
Xavier Moffett 2025-03-13 01:20:59 -04:00
parent c0ef08732f
commit a7d5799b6a
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC

View file

@ -97,7 +97,7 @@ adjust() {
esac
# Ascertain the volume level by parsing wpctl's output
vol=$(v="$(wpctl get-volume "$SOURCE")" echo "${v#* }")
vol=$(v="$(wpctl get-volume "$SOURCE")"; echo "${v#* }")
vol=$([[ ${vol%.*} -gt 0 ]] && echo "${vol%.*}" || echo)${vol#*.}
# Designate an arithmetic operator for the operation