fix chown

This commit is contained in:
bruvv
2022-05-01 00:27:40 +02:00
committed by GitHub
parent 2ad227c734
commit a4141301b3

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*