mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 07:16:06 +02:00
Use 700 as permissions
This commit is contained in:
@@ -80,4 +80,4 @@ ln -sf /config/.cache /.cache
|
|||||||
# Set ownership
|
# Set ownership
|
||||||
bashio::log.info "Setting ownership to $PUID:$PGID"
|
bashio::log.info "Setting ownership to $PUID:$PGID"
|
||||||
chown -R "$PUID":"$PGID" "$LOCATION"
|
chown -R "$PUID":"$PGID" "$LOCATION"
|
||||||
chmod -R 755 "$LOCATION"
|
chmod -R 700 "$LOCATION"
|
||||||
|
|||||||
Reference in New Issue
Block a user