mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Use /root
This commit is contained in:
@@ -11,6 +11,10 @@ if [ ! -f /config/config.yaml ]; then
|
||||
curl -L -s -S https://raw.githubusercontent.com/tphakala/birdnet-go/refs/heads/main/internal/conf/config.yaml -o /config/config.yaml
|
||||
fi
|
||||
|
||||
# Use alternative location in case of need
|
||||
mkdir -p /root/.config/birdnet-go/
|
||||
ln -sf "$CONFIG_LOCATION" /root/.config/birdnet-go/config.yaml
|
||||
|
||||
#################
|
||||
# Migrate Database
|
||||
#################
|
||||
|
||||
Reference in New Issue
Block a user