diff options
Diffstat (limited to 'milo.py')
-rw-r--r-- | milo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ class MiloInstall: hasboot = 1 kernelroot = '/' try: - os.remove(todo.instPath + "/etc/milo.conf") + os.remove(self.todo.instPath + "/etc/milo.conf") except: pass os.symlink("../boot/milo.conf", |