Prevent userConfig
from execute multiple times
This commit is contained in:
parent
9ea7d31053
commit
394305a56a
1 changed files with 4 additions and 0 deletions
|
@ -14,5 +14,9 @@ begin
|
|||
end
|
||||
end
|
||||
|
||||
function userConfig -a name
|
||||
sudo usermod -aG libvirt "$name"
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue