4 lines
81 B
Text
4 lines
81 B
Text
|
#!/bin/sh
|
||
|
# without sudo, oneadmin cannot read capabilities
|
||
|
sudo virsh.orig "$@"
|