mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 16:21:51 +02:00
Update 00-aaa_global_var.sh
This commit is contained in:
@@ -32,7 +32,7 @@ fi
|
|||||||
# Set user #
|
# Set user #
|
||||||
############
|
############
|
||||||
|
|
||||||
if [ ! -z "PUID" ] && [ ! -z "GUID"]; then
|
if [ ! -z "PUID" ] && [ ! -z "GUID" ]; then
|
||||||
echo "Custom user defined : $PUID:$GUID"
|
echo "Custom user defined : $PUID:$GUID"
|
||||||
PUID=${PUID:-911}
|
PUID=${PUID:-911}
|
||||||
PGID=${PGID:-911}
|
PGID=${PGID:-911}
|
||||||
|
|||||||
Reference in New Issue
Block a user