From b29c3c88382d0804f1bf250390699f30709eb7d5 Mon Sep 17 00:00:00 2001 From: mute-audio Date: Wed, 1 May 2024 00:40:51 +0900 Subject: [PATCH] Bugfix DAC-list maker shell-script --- mute_update/DAC_list_update/daclistmaker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mute_update/DAC_list_update/daclistmaker.sh b/mute_update/DAC_list_update/daclistmaker.sh index 25225ca..c12b016 100755 --- a/mute_update/DAC_list_update/daclistmaker.sh +++ b/mute_update/DAC_list_update/daclistmaker.sh @@ -1,7 +1,7 @@ #!/bin/bash ## [ mute ] DAC list generator shell -## (C)2023 kitamura_design +## (C)2024 kitamura_design ## Extract the Info line containing "audio", "sound", "music", "DAC", @@ -11,7 +11,7 @@ OS_codename=$(lsb_release -a | grep Codename | cut -f 2) if [ ${OS_codename} = "bookworm" ]; then - bootDIR="${bootDIR}" + bootDIR="boot/firmware" else bootDIR="boot" fi