diff options
author | Bill Nottingham <notting@redhat.com> | 2001-03-06 23:27:05 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-03-06 23:27:05 +0000 |
commit | fcb43989e30c78fa59e334b29bfdb379657da70f (patch) | |
tree | 34e38d9c92b73bf1311775400af77430457d916c /text.py | |
parent | ab6a480041f7a26bba1bef1cee37f17cdb642c9e (diff) | |
download | anaconda-fcb43989e30c78fa59e334b29bfdb379657da70f.tar.gz anaconda-fcb43989e30c78fa59e334b29bfdb379657da70f.tar.xz anaconda-fcb43989e30c78fa59e334b29bfdb379657da70f.zip |
SERVER file is in instpath
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |