From 0dc613b59876d3fa9cadfc964aa339ea830b83a7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 Nov 2021 19:02:44 +0100 Subject: [PATCH] Update 00-aaa_global_var.sh --- enedisgateway2mqtt/rootfs/scripts/00-aaa_global_var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/rootfs/scripts/00-aaa_global_var.sh b/enedisgateway2mqtt/rootfs/scripts/00-aaa_global_var.sh index 2e95babf4..f001dde50 100644 --- a/enedisgateway2mqtt/rootfs/scripts/00-aaa_global_var.sh +++ b/enedisgateway2mqtt/rootfs/scripts/00-aaa_global_var.sh @@ -32,7 +32,7 @@ fi # Set user # ############ -if [ ! -z "PUID" ] && [ ! -z "GUID"]; then +if [ ! -z "PUID" ] && [ ! -z "GUID" ]; then echo "Custom user defined : $PUID:$GUID" PUID=${PUID:-911} PGID=${PGID:-911}