Fabian Deutsch has uploaded a new change for review. Change subject: [DONTCOMMIT] drop to shell after autoinstall ......................................................................
[DONTCOMMIT] drop to shell after autoinstall Change-Id: Ifa0ccdf6eb80529992ab3e8b948a30fd9cd4d3b7 Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/47/15547/1 diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in index cd75d3e..a84e2d1 100644 --- a/scripts/ovirt-init-functions.sh.in +++ b/scripts/ovirt-init-functions.sh.in @@ -1029,6 +1029,7 @@ auto_install=$? if [ "$auto_install" = "0" -o "$stateless" = "0" ]; then /usr/libexec/ovirt-auto-install + bash rc=$? # Handle Log file if [ -f $OVIRT_TMP_LOGFILE ]; then -- To view, visit http://gerrit.ovirt.org/15547 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifa0ccdf6eb80529992ab3e8b948a30fd9cd4d3b7 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
