Merge pull request #307 from bruvv/patch-1

fix chown
This commit is contained in:
Alexandre
2022-05-01 06:08:13 +02:00
committed by GitHub

View File

@@ -11,4 +11,4 @@ bashio::log.info "Setting config location to $CONFIGLOCATION"
sed -i "s|/data/config|$CONFIGLOCATION|g" /etc/cont-init.d/*
# Avoid tamper issues
chown -r root:root "$CONFIGLOCATION"/custom*
chown -R root:root "$CONFIGLOCATION"/custom*