[node-patches] Change in ovirt-node[master]: removing some extra spaces that were breaking systemd and vi...
tlitovsk at redhat.com
tlitovsk at redhat.com
Tue Nov 11 09:41:09 UTC 2014
Anatoly Litovsky has uploaded a new change for review.
Change subject: removing some extra spaces that were breaking systemd and virt-who
......................................................................
removing some extra spaces that were breaking systemd and virt-who
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1152947
Change-Id: I8f49c251c4ba83835149251dc64f4937397ba38e
Signed-off-by: Tolik Litovsky <tlitovsk at redhat.com>
---
M recipe/rhevh7-post.ks
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/22/35022/1
diff --git a/recipe/rhevh7-post.ks b/recipe/rhevh7-post.ks
index a5d24e1..325805a 100644
--- a/recipe/rhevh7-post.ks
+++ b/recipe/rhevh7-post.ks
@@ -175,8 +175,8 @@
if [ ! -z $cmd_who ]; then
cat > /usr/bin/virt-who <<EOF_virt_who
- #!/bin/sh
- exec /usr/bin/python /usr/share/virt-who/$cmd_who "\$@"
+#!/bin/sh
+exec /usr/bin/python /usr/share/virt-who/$cmd_who "\$@"
EOF_virt_who
fi
fi
--
To view, visit http://gerrit.ovirt.org/35022
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f49c251c4ba83835149251dc64f4937397ba38e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Anatoly Litovsky <tlitovsk at redhat.com>
More information about the node-patches
mailing list