Execute userConfig for current user only once

This commit is contained in:
Manuel Thalmann 2024-07-28 23:44:58 +02:00
parent 63d5d60a13
commit 3f3b25bc95

View file

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