summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 01adb0c1d..55cf17230 100644
--- a/text.py
+++ b/text.py
@@ -613,7 +613,7 @@ class XconfiguratorWindow:
root = todo.instPath)
screen.resume ()
todo.x.skip = 1
- os.unlink("/var/run/SERVER");
+ os.unlink(todo.instPath + "/var/run/SERVER");
return INSTALL_NOOP
class BeginInstallWindow: