Create 99_store_user

This commit is contained in:
Alexandre
2021-09-26 22:57:00 +02:00
committed by GitHub
parent 427f23ee1b
commit 398b460451

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bashio
#storing user id
echo "$(bashio::config "PUID")" > "/data/puid"
echo "$(bashio::config "GUID")" > "/data/guid"