Files
hassio-addons/scrutiny/rootfs/etc/cont-init.d/99-run
2021-03-11 13:22:54 +01:00

11 lines
237 B
Plaintext

#!/usr/bin/with-contenv bashio
##############
# Data usage #
##############
bashio::log.info "Setting permissions"
chown -R abc:abc /data
bashio::log.error "due to a bug in upstream image, you must use desktop mode to see the webUI"