mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-21 23:09:14 +02:00
Remove config removal
This commit is contained in:
@@ -63,9 +63,6 @@ fi
|
|||||||
|
|
||||||
bashio::log.info "Data stored in $WEBTREES_HOME"
|
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
|
# Change data location
|
||||||
cp -rn /var/www/webtrees "$(dirname "$WEBTREES_HOME")"
|
cp -rn /var/www/webtrees "$(dirname "$WEBTREES_HOME")"
|
||||||
chown -R www-data:www-data $WEBTREES_HOME
|
chown -R www-data:www-data $WEBTREES_HOME
|
||||||
|
|||||||
Reference in New Issue
Block a user