Set USER_GROUPS to an empty string by default

This commit is contained in:
Manuel Thalmann 2024-07-08 18:20:50 +02:00
parent 9332c72fb2
commit 28f5d3d355

View file

@ -12,7 +12,7 @@ begin
set -q USER_NAME || set -l USER_NAME manuel
set -q USER_DISPLAYNAME
and set -q USER_GROUPS || set -l USER_GROUPS
and set -q USER_GROUPS || set -l USER_GROUPS ""
and begin
set -l projectRoot (realpath "$dir/../../..")
set -l projectName (basename "$projectRoot")