[node-patches] Change in ovirt-node[master]: [DONTCOMMIT] drop to shell after autoinstall

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Jun 11 12:51:09 UTC 2013


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 <fabiand at fedoraproject.org>
---
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 <fabiand at fedoraproject.org>



More information about the node-patches mailing list