diff --git a/projects/ArchR/packages/archr/sources/scripts/archr-config b/projects/ArchR/packages/archr/sources/scripts/archr-config index 1926277ad6..1eef11fc01 100755 --- a/projects/ArchR/packages/archr/sources/scripts/archr-config +++ b/projects/ArchR/packages/archr/sources/scripts/archr-config @@ -199,17 +199,17 @@ if [ "$command" == "audio" ];then # custom: don't touch the .asoundrc file # any other, create the .asoundrd file if [ "$mode" == "auto" ];then - rm -rf /userdata/system/.asoundrc || exit 1 + rm -rf /storage/.asoundrc || exit 1 elif [ "$mode" != "custom" ];then if echo "${mode}" | grep -qE '^[0-9]*,[0-9]* ' then cardnb=$(echo "${mode}" | sed -e s+'^\([0-9]*\),.*$'+'\1'+) devicenb=$(echo "${mode}" | sed -e s+'^[0-9]*,\([0-9]*\) .*$'+'\1'+) - cat > /userdata/system/.asoundrc < /storage/.asoundrc </dev/null || true fi fi fi