summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--silo.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/silo.py b/silo.py
index f1c45cb8c..1d35c1260 100644
--- a/silo.py
+++ b/silo.py
@@ -197,6 +197,7 @@ class SiloInstall:
# XXX make me "not test mode"
if todo.setupFilesystems:
- iutil.execWithRedirect(todo.instPath + '/sbin/silo' ,
+ iutil.execWithRedirect('/sbin/silo',
args,
- stdout = None)
+ stdout = None,
+ root = todo.instPath)