summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_webuser.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-config/mv_webuser.py')
-rwxr-xr-xabs/core/LinHES-config/mv_webuser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/mv_webuser.py b/abs/core/LinHES-config/mv_webuser.py
index e349e0b..3fdbc35 100755
--- a/abs/core/LinHES-config/mv_webuser.py
+++ b/abs/core/LinHES-config/mv_webuser.py
@@ -13,7 +13,8 @@ def setup_web_auth(UseMythWEB_auth):
logging.info(" Enabling authorization for mythweb")
try:
fo = open(include_file, "w")
- out_string='''include "/etc/lighttpd/auth-inc.conf"'''
+ out_string='''include "/etc/lighttpd/auth-inc.conf"
+'''
fo.write(out_string)
fo.close()
except: