Update 00-aaa_global_var.sh

This commit is contained in:
Alexandre
2021-11-22 19:02:44 +01:00
committed by GitHub
parent 078ffaa577
commit 0dc613b598

View File

@@ -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}