Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-17 23:49:48 +01:00
committed by GitHub
parent a73943f4ee
commit 5062527ae1

View File

@@ -50,7 +50,7 @@ fi
# Check if database is here or create symlink
if [ -f $DATABASESOURCE ]; then
ln -s $CONFIGSOURCE /data
ln -s ${DATABASESOURCE} /data
bashio::log.info "Using database file found in $DATABASESOURCE"
else
# Create symlink for addon to create database