mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-25 11:51:03 +02: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"
|