mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01: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 "GUID")" > "/data/guid"
|