commit 35502ee9a274bb22d934afff9bf4677f1443b9e8 parent 3eb8d1d4fd938ea603348a5338296b9347b35f38 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Thu, 30 Dec 2021 11:11:11 +0100 We use pacmd, not pactl Diffstat:
M | sguard/sguard.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sguard/sguard.sh b/sguard/sguard.sh @@ -3,8 +3,8 @@ # Checks ---------------------------------------------------------------------- # is pacmd installed? -if [[ -z `whereis pactl | awk '{ print $2 }'` ]]; then - echo "pactl is required for sguard to function properly." +if [[ -z `whereis pacmd | awk '{ print $2 }'` ]]; then + echo "pacmd is required for sguard to function properly." exit 1; fi