mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 00-aaa_global_var.sh
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user