summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-03-02 21:16:27 +0000
committerErik Troan <ewt@redhat.com>2001-03-02 21:16:27 +0000
commitfbfe624e7709fb5c082aa71adf426fd9c279a99c (patch)
treedf84f90c76080d1d9d2ca49b2401830e3d8b9ffe
parentdd6f051042052217d931fc86986035198237f35b (diff)
downloadanaconda-fbfe624e7709fb5c082aa71adf426fd9c279a99c.tar.gz
anaconda-fbfe624e7709fb5c082aa71adf426fd9c279a99c.tar.xz
anaconda-fbfe624e7709fb5c082aa71adf426fd9c279a99c.zip
need to remove /tmp/SERVER after running Xconfigurator --continue
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index 82c0411f5..93b2bdb86 100644
--- a/text.py
+++ b/text.py
@@ -608,6 +608,7 @@ class XconfiguratorWindow:
root = todo.instPath)
screen.resume ()
todo.x.skip = 1
+ os.unlink("/tmp/SERVER");
return INSTALL_NOOP
class BeginInstallWindow: