Fabian Deutsch has uploaded a new change for review. Change subject: recipe: unindent virt-who wrapper ......................................................................
recipe: unindent virt-who wrapper Change-Id: Ic05b14302908450e040073a0759e21d0770a57ec Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/rhevh6-post.ks 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/11/37411/1 diff --git a/recipe/rhevh6-post.ks b/recipe/rhevh6-post.ks index 693a92d..5819c1b 100644 --- a/recipe/rhevh6-post.ks +++ b/recipe/rhevh6-post.ks @@ -179,8 +179,8 @@ else echo "Found virt-who, creating bin" 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 chmod a+x /usr/bin/virt-who fi -- To view, visit http://gerrit.ovirt.org/37411 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic05b14302908450e040073a0759e21d0770a57ec Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
