Michael Burns has uploaded a new change for review. Change subject: fix syntax from last patch ......................................................................
fix syntax from last patch rhbz#847103 Change-Id: If7f9780d9a3e6b007cc04b65e9306e18ca399875 Signed-off-by: Mike Burns <[email protected]> --- M scripts/ovirtnode/install.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/80/7780/1 diff --git a/scripts/ovirtnode/install.py b/scripts/ovirtnode/install.py index 0b95353..93f7e32 100755 --- a/scripts/ovirtnode/install.py +++ b/scripts/ovirtnode/install.py @@ -484,7 +484,7 @@ _iscsi.iscsi_auto() logger.info("Installation of %s Completed" % \ _functions.PRODUCT_SHORT) - if reboot is not None and reboot="Y": + if reboot is not None and reboot == "Y": f = open('/var/spool/cron/root', 'w') f.write('* * * * * sleep 10 && /sbin/reboot') f.close() -- To view, visit http://gerrit.ovirt.org/7780 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If7f9780d9a3e6b007cc04b65e9306e18ca399875 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Michael Burns <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
