3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
getent group kvm || /usr/sbin/groupadd kvm
|