mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-09 23:11:02 +01:00
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
set -e
|
|
|
|
bashio::log.info 'Set some defaults'
|
|
|
|
sed -i "/UI.initSetting('show_dot'/ s/false/true/; /UI.initSetting('resize'/ s/off/scale/" /noVNC/app/ui.js |