mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 03:14:04 +02:00
Update permissions for systemplate and coolwsd
This commit is contained in:
@@ -79,7 +79,8 @@ if [ -d "${SYSTEMPLATE_DIR}" ]; then
|
|||||||
cp /etc/resolv.conf "${SYSTEMPLATE_DIR}/resolv.conf"
|
cp /etc/resolv.conf "${SYSTEMPLATE_DIR}/resolv.conf"
|
||||||
fi
|
fi
|
||||||
chown -R 1001 /opt/cool/systemplate
|
chown -R 1001 /opt/cool/systemplate
|
||||||
chmod -R 755 /opt/cool/systemplate
|
chown -R 1001 /opt/cool/systemplate
|
||||||
|
chmod -R 755 /etc/coolwsd
|
||||||
|
|
||||||
bashio::log.info "Starting Collabora Online..."
|
bashio::log.info "Starting Collabora Online..."
|
||||||
su -p -s /bin/bash "$(getent passwd 1001 | cut -d: -f1)" -c "/start-collabora-online.sh"
|
su -p -s /bin/bash "$(getent passwd 1001 | cut -d: -f1)" -c "/start-collabora-online.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user