Remove obsolete variables

This commit is contained in:
Manuel Thalmann 2024-09-21 14:20:25 +02:00
parent daa761d084
commit 5c0a88f47e

View file

@ -22,10 +22,6 @@ begin
source "$dir/../../Common/Scripts/hooks.fish"
source "$dir/../../Common/Scripts/wait-network.fish"
set -q USER_NAME || set -l USER_NAME manuel
set -q USER_DISPLAYNAME
set -q USER_GROUPS || set -l USER_GROUPS ""
waitNetwork
and begin
set -l relativeDir (realpath --relative-to "$dir/../../.." "$dir")