This commit is contained in:
Alexandre
2021-11-30 13:40:15 +01:00
parent 32d6a8d18c
commit 4c648d2449
2 changed files with 7 additions and 12 deletions

View File

@@ -13,12 +13,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
curl &&
apt-get clean
################
# Modify image #
################
# Change data location
grep -rl "/var/www/webtrees" /etc/ | xargs sed -i 's|/var/www/webtrees|/data/webtrees|g'
###################
# Install bashio #
##################