mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 23:04:09 +02:00
Change ownership of systemplate directory recursively
This commit is contained in:
@@ -51,7 +51,7 @@ if [ -d "${SYSTEMPLATE_DIR}" ]; then
|
|||||||
cp /etc/hostname "${SYSTEMPLATE_DIR}/hostname" 2> /dev/null || true
|
cp /etc/hostname "${SYSTEMPLATE_DIR}/hostname" 2> /dev/null || true
|
||||||
cp /etc/resolv.conf "${SYSTEMPLATE_DIR}/resolv.conf"
|
cp /etc/resolv.conf "${SYSTEMPLATE_DIR}/resolv.conf"
|
||||||
fi
|
fi
|
||||||
chown 1001 /opt/cool/systemplate
|
chown -R 1001 /opt/cool/systemplate
|
||||||
chmod -R 755 /opt/cool/systemplate
|
chmod -R 755 /opt/cool/systemplate
|
||||||
|
|
||||||
bashio::log.info "Starting Collabora Online..."
|
bashio::log.info "Starting Collabora Online..."
|
||||||
|
|||||||
Reference in New Issue
Block a user