Remove config removal

This commit is contained in:
Alexandre
2021-10-24 21:35:15 +02:00
committed by GitHub
parent 0369d164e1
commit 82615b0c4b

View File

@@ -63,9 +63,6 @@ fi
bashio::log.info "Data stored in $WEBTREES_HOME"
# Remove previous config to allow addon options to refresh
rm $WEBTREES_HOME/data/config.ini.php 2>/dev/null || true
# Change data location
cp -rn /var/www/webtrees "$(dirname "$WEBTREES_HOME")"
chown -R www-data:www-data $WEBTREES_HOME