mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
fix chown
This commit is contained in:
@@ -11,4 +11,4 @@ bashio::log.info "Setting config location to $CONFIGLOCATION"
|
|||||||
sed -i "s|/data/config|$CONFIGLOCATION|g" /etc/cont-init.d/*
|
sed -i "s|/data/config|$CONFIGLOCATION|g" /etc/cont-init.d/*
|
||||||
|
|
||||||
# Avoid tamper issues
|
# Avoid tamper issues
|
||||||
chown -r root:root "$CONFIGLOCATION"/custom*
|
chown -R root:root "$CONFIGLOCATION"/custom*
|
||||||
|
|||||||
Reference in New Issue
Block a user