From dea3df875c52860893c83f089020506f80fe690c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 24 Oct 2021 20:20:28 +0200 Subject: [PATCH] Update start.sh --- webtrees/rootfs/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/rootfs/start.sh b/webtrees/rootfs/start.sh index 293352399..a8d697369 100644 --- a/webtrees/rootfs/start.sh +++ b/webtrees/rootfs/start.sh @@ -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