mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-08 01:41:49 +02:00
Keep variables
This commit is contained in:
@@ -55,4 +55,4 @@ 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..."
|
||||||
su -s /bin/bash "$(getent passwd 1001 | cut -d: -f1)" -c "/start-collabora-online.sh --o:admin_console.username=$username --o:admin_console.password=$password"
|
su -p -s /bin/bash "$(getent passwd 1001 | cut -d: -f1)" -c "/start-collabora-online.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user