Symlink data folder

This commit is contained in:
Alexandre
2025-01-16 11:30:26 +01:00
committed by GitHub
parent 3ec49416cf
commit a0dce9e4d6

View File

@@ -20,6 +20,7 @@ if [ -d /data/clips ]; then
cp -rnf /data/clips/* "$birdsongsloc"/ cp -rnf /data/clips/* "$birdsongsloc"/
rm -r /data/clips rm -r /data/clips
fi fi
ln -sf "$birdsongsloc" /data/clips
#################### ####################
# Correct defaults # # Correct defaults #