mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update start.sh
This commit is contained in:
@@ -55,7 +55,7 @@ fi
|
||||
|
||||
bashio::log.info "Launching app, please wait"
|
||||
|
||||
if bashio::config.true "database_in_share"; then
|
||||
if bashio::config.true 'database_in_share'; then
|
||||
export WEBTREES_HOME="/share/webtrees"
|
||||
grep -rl "/data/webtrees" /etc/ | xargs sed -i 's|/data/webtrees|$WEBTREES_HOME|g' \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user