mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
6 lines
175 B
Bash
6 lines
175 B
Bash
#!/usr/bin/with-contenv bashio
|
|
export PUID=$(bashio::config 'PUID')
|
|
export PGID=$(bashio::config 'PGID')
|
|
bashio::log.info "Set PUID: "$PUID
|
|
bashio::log.info "Set PGID: "$PGID
|