mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-04 05:10:05 +02:00
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
|
|
#storing user id
|
|
echo "$(bashio::config "PUID")" > "/data/puid"
|
|
echo "$(bashio::config "PGID")" > "/data/pgid"
|