summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/mv_advanced.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/LinHES-config/mv_advanced.py')
-rwxr-xr-xabs/core-testing/LinHES-config/mv_advanced.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/mv_advanced.py b/abs/core-testing/LinHES-config/mv_advanced.py
index f5a0f29..01351df 100755
--- a/abs/core-testing/LinHES-config/mv_advanced.py
+++ b/abs/core-testing/LinHES-config/mv_advanced.py
@@ -105,7 +105,7 @@ def setup_evrouter(UseEvrouter,EvrouterConfig,template):
return
mv_common.pacinstall("evrouter")
mv_common.pacinstall("Xvfb")
- mv_common.cp_and_log(template+EvrouterConfig,"/etc/evrouter.cfg")
+ mv_common.cp_and_log(template+"/evrouter/"+EvrouterConfig,"/etc/evrouter.cfg")
mv_common.add_service("evrouter")
mv_common.add_service("Xvfb")
else: