2 lines
41 B
Bash
Executable file
2 lines
41 B
Bash
Executable file
#!/bin/bash
|
|
usermod -aG libvirt "$USER";
|