mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-05 19:34:52 +01:00
11 lines
237 B
Plaintext
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"
|