summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstaller/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/installer.py b/installer/installer.py
index cfca5bb6..7e1033b8 100755
--- a/installer/installer.py
+++ b/installer/installer.py
@@ -60,7 +60,7 @@ class BaserockInstaller():
except BaseException, e:
print "Something failed, opening shell..."
print "Once you have finished, use `reboot -f`"
- os.system('/bin/sh')
+ os.execl('/bin/sh', 'sh')
def validate_install_values(self, disk_dest, rootfs):
if not self.deploying_to_device(disk_dest):