Execute userConfig for current user only once

This commit is contained in:
Manuel Thalmann 2024-07-28 23:44:58 +02:00
parent 394305a56a
commit 56baf02459

View file

@ -25,8 +25,10 @@ begin
end
for name in (echo "$users" | jq '.[]' --raw-output0 | string split0)
if [ "$name" != "$USER" ]
runInstaller userConfig "$name"
end
end
else if [ "$action" = "userConfig" ]
set -l name $argv[2]