From 16912e9207a8609d41d5e3185ed541dcc34c54d4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 28 Sep 2021 22:14:02 +0200 Subject: [PATCH] Update 99_store_user --- nextcloud/root/etc/cont-init.d/99_store_user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/root/etc/cont-init.d/99_store_user b/nextcloud/root/etc/cont-init.d/99_store_user index bed7cfab0..6514b4f33 100644 --- a/nextcloud/root/etc/cont-init.d/99_store_user +++ b/nextcloud/root/etc/cont-init.d/99_store_user @@ -2,4 +2,4 @@ #storing user id echo "$(bashio::config "PUID")" > "/data/puid" -echo "$(bashio::config "GUID")" > "/data/guid" +echo "$(bashio::config "PGID")" > "/data/pgid"