David Caro has uploaded a new change for review. Change subject: Adapted python shebang to generic path ......................................................................
Adapted python shebang to generic path Change-Id: Iea478467d8a5462cfbcd46f505862f6e35a177c7 Signed-off-by: David Caro <[email protected]> --- M bin/ovirt-ha-agent M bin/ovirt-ha-broker 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/80/28980/1 diff --git a/bin/ovirt-ha-agent b/bin/ovirt-ha-agent index cc8bd5a..76b3ea3 100755 --- a/bin/ovirt-ha-agent +++ b/bin/ovirt-ha-agent @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # ovirt-hosted-engine-ha -- ovirt hosted engine high availability diff --git a/bin/ovirt-ha-broker b/bin/ovirt-ha-broker index 283c797..53dcacf 100755 --- a/bin/ovirt-ha-broker +++ b/bin/ovirt-ha-broker @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # ovirt-hosted-engine-ha -- ovirt hosted engine high availability -- To view, visit http://gerrit.ovirt.org/28980 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iea478467d8a5462cfbcd46f505862f6e35a177c7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: David Caro <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
