commit b6efbb67fe386ff4ed9622a672eda0bf60a52bf6
parent e8c9c686de372fdbbe5985eb1ca3b7340efa99f0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 26 Oct 2019 09:42:51 +0200
Burn cd with SU priviledges
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/burn-audio-cd.sh b/.local/bin/burn-audio-cd.sh
@@ -31,7 +31,7 @@ done
 
 # burn wav as audio cd
 if type cdio >/dev/null 2>&1; then
-	cdio tao -a -s auto ./*.wav
+	doas cdio tao -a -s auto ./*.wav
 	cdio eject
 else
 	cdrecord -v -pad speed=1 -dao -swab ./*.wav