mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-24 13:36:29 +01:00
Update 99-run.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user