From 15a84abdc67b935ac76d8ed0d1eabe76d805b169 Mon Sep 17 00:00:00 2001 From: kvorschk <92257455+kvorschk@users.noreply.github.com> Date: Sun, 5 Mar 2023 00:38:04 -0500 Subject: [PATCH] stopped the restart of sound that is not installed --- karbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karbs.sh b/karbs.sh index 20e63d3..abd9442 100755 --- a/karbs.sh +++ b/karbs.sh @@ -253,7 +253,7 @@ grep -q "OTHER_OPTS='-a pulseaudio -m alsa_seq -r 48000'" /etc/conf.d/fluidsynth echo "OTHER_OPTS='-a pulseaudio -m alsa_seq -r 48000'" >> /etc/conf.d/fluidsynth # Start/restart PulseAudio. -pkill -15 -x 'pulseaudio'; sudo -u "$name" pulseaudio --start +#pkill -15 -x 'pulseaudio'; sudo -u "$name" pulseaudio --start # This line, overwriting the `newperms` command above will allow the user to run # serveral important commands, `shutdown`, `reboot`, updating, etc. without a password.