Skip to content

Commit

Permalink
Update launcher.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 6, 2025
1 parent 677e8af commit 6081579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtrees/rootfs/etc/scripts/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if [ ! -f "%%data_location%%/config.ini.php" ]; then
bashio::log.info "As you don't have the MariaDB addon running, you should likely select sqlite as database, when the name webtrees"
fi
else
bashio::log.info "Webtrees started. You can access your webui at : %%baseurl%%"
bashio::log.info "Webtrees started. You can access your webui at : %%base_url%%"
fi

0 comments on commit 6081579

Please sign in to comment.