mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Create 99_store_user
This commit is contained in:
5
nextcloud/root/etc/cont-init.d/99_store_user
Normal file
5
nextcloud/root/etc/cont-init.d/99_store_user
Normal 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"
|
||||||
Reference in New Issue
Block a user