Joey Boggs
2011-Aug-02 12:32 UTC
[Ovirt-devel] [PATCH] set dmseg in admin-shell to run with sudo
--- scripts/ovirt-admin-shell | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt-admin-shell b/scripts/ovirt-admin-shell index e814756..84d6762 100755 --- a/scripts/ovirt-admin-shell +++ b/scripts/ovirt-admin-shell @@ -1,5 +1,5 @@ #!/bin/bash . /etc/profile # Hide kernel messages on the console -dmesg -n 1 +sudo dmesg -n 1 sudo /usr/libexec/ovirt-config-setup -- 1.7.5.4