Prevent userConfig from execute multiple times

This commit is contained in:
Manuel Thalmann 2024-07-28 23:43:11 +02:00
parent 4daf222ec3
commit 69ac0b990c

View file

@ -14,5 +14,9 @@ begin
end
end
function userConfig -a name
sudo usermod -aG libvirt "$name"
end
runInstaller $argv
end