mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Update 01-structure.sh
This commit is contained in:
@@ -39,8 +39,8 @@ done
|
|||||||
echo "... audio clips saved to $birdsongsloc"
|
echo "... audio clips saved to $birdsongsloc"
|
||||||
for configloc in /config/config.yaml /internal/conf/config.yaml; do
|
for configloc in /config/config.yaml /internal/conf/config.yaml; do
|
||||||
if [ -f "$configloc" ]; then
|
if [ -f "$configloc" ]; then
|
||||||
sed -i "/path: clips/c\ path: $birdsongsloc # path to audio clip export directory" "$configloc"
|
sed -i "/path: clips/c\ path: $birdsongsloc/ # path to audio clip export directory" "$configloc"
|
||||||
sed -i "/audio clip export directory/c\ path: $birdsongsloc # path to audio clip export directory" "$configloc"
|
sed -i "/audio clip export directory/c\ path: $birdsongsloc/ # path to audio clip export directory" "$configloc"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# If default capture is set at 0%, increase it to 50%
|
# If default capture is set at 0%, increase it to 50%
|
||||||
|
|||||||
Reference in New Issue
Block a user