From 5548b94ee5008bfad031991ed7d6964a317d9b65 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 22 Oct 2021 06:57:55 +0200 Subject: [PATCH] Update start.sh --- webtrees/rootfs/start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webtrees/rootfs/start.sh b/webtrees/rootfs/start.sh index 0e1017080..24782bee8 100644 --- a/webtrees/rootfs/start.sh +++ b/webtrees/rootfs/start.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bashio -if [ -f /data/config.ini.php ]; then -ln -s /data/config.ini.php /var/www/webtrees/data -fi +#if [ -f /data/config.ini.php ]; then +#ln -s /data/config.ini.php /var/www/webtrees/data +#fi if [ -f /data/webtrees.sqlite ]; then ln -s /data/webtrees.sqlite /var/www/webtrees/data