summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/mv_hostype.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/LinHES-config/mv_hostype.py')
-rwxr-xr-xabs/core-testing/LinHES-config/mv_hostype.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/mv_hostype.py b/abs/core-testing/LinHES-config/mv_hostype.py
index 0bbd16e..fff0e8a 100755
--- a/abs/core-testing/LinHES-config/mv_hostype.py
+++ b/abs/core-testing/LinHES-config/mv_hostype.py
@@ -20,7 +20,7 @@ def setup_avahi(templates):
os.makedirs("/etc/avahi/services")
except:
logging.debug(" Couldn't create /etc/avahi/services")
- mv_common.cp_and_log(template+"/mysql.service",file)
+ mv_common.cp_and_log(templates+"/mysql.service",file)
cmd="sudo sv restart avahi"
mv_common.runcmd(cmd)