mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-10 07:50:59 +02:00
Update 99-run.sh
This commit is contained in:
@@ -50,7 +50,7 @@ fi
|
|||||||
|
|
||||||
# Check if database is here or create symlink
|
# Check if database is here or create symlink
|
||||||
if [ -f $DATABASESOURCE ]; then
|
if [ -f $DATABASESOURCE ]; then
|
||||||
ln -s $CONFIGSOURCE /data
|
ln -s ${DATABASESOURCE} /data
|
||||||
bashio::log.info "Using database file found in $DATABASESOURCE"
|
bashio::log.info "Using database file found in $DATABASESOURCE"
|
||||||
else
|
else
|
||||||
# Create symlink for addon to create database
|
# Create symlink for addon to create database
|
||||||
|
|||||||
Reference in New Issue
Block a user