mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 23:41:02 +01:00
add new
This commit is contained in:
6
vnc-viewer/root/etc/cont-init.d/setup-defaults
Normal file
6
vnc-viewer/root/etc/cont-init.d/setup-defaults
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user