From 69c6479e3028818bc60dbd9f64938b4d3f37b9a8 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 5 Feb 2000 21:15:07 +0000 Subject: s/instPath/instRoot/ --- silo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'silo.py') diff --git a/silo.py b/silo.py index c60411dcf..d32cb9923 100644 --- a/silo.py +++ b/silo.py @@ -324,7 +324,7 @@ class SiloInstall: os.remove(instRoot + "/etc/silo.conf") except: pass - os.symlink("../boot/silo.conf", instPath + "/etc/silo.conf") + os.symlink("../boot/silo.conf", instRoot + "/etc/silo.conf") else: silo.write(instRoot + "/etc/silo.conf") -- cgit