summaryrefslogtreecommitdiffstats
path: root/command-stubs/rescue-startx-stub
diff options
context:
space:
mode:
Diffstat (limited to 'command-stubs/rescue-startx-stub')
-rwxr-xr-xcommand-stubs/rescue-startx-stub4
1 files changed, 2 insertions, 2 deletions
diff --git a/command-stubs/rescue-startx-stub b/command-stubs/rescue-startx-stub
index 479be99f2..808bce166 100755
--- a/command-stubs/rescue-startx-stub
+++ b/command-stubs/rescue-startx-stub
@@ -19,5 +19,5 @@ else:
mode = '800x600'
xserver.probeHWandStartXServer(mode)
-os.system("twm&")
-os.system("xterm")
+os.system("xterm&")
+os.system("twm")