pub / sguard

Suspend Guard for the PhoneShell "Phosh"
git clone https://src.jayvii.de/pub/sguard.git
Home | Log | Files | Exports | Refs | README | RSS

commit 1c8325e7a802bae2fb4b198665bf31465a8a1289
parent 3ec60be27fa26e7ce76216d90e04c66584530bd1
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 22 Jan 2021 16:35:59 +0100

Of course it is pacTL...

Diffstat:
Msguard/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 pacmd | awk '{ print $2 }'` ]]; then - echo "pacmd is required for sguard to function properly." +if [[ ! -z `whereis pactl | awk '{ print $2 }'` ]]; then + echo "pactl is required for sguard to function properly." exit 1; fi