summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_fileshare.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-10-07 21:00:21 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-10-07 21:00:21 (GMT)
commit6358892e473348dfff97ec76938b73b42ac333ce (patch)
tree6ff3671ac5e389aa7cfba28cfb147f5eae64a452 /abs/core/LinHES-config/mv_fileshare.py
parent08c59afcf72864465ea0c7c68627f1fe76b99a7e (diff)
downloadlinhes_pkgbuild-6358892e473348dfff97ec76938b73b42ac333ce.zip
linhes_pkgbuild-6358892e473348dfff97ec76938b73b42ac333ce.tar.gz
linhes_pkgbuild-6358892e473348dfff97ec76938b73b42ac333ce.tar.bz2
LinHES-config: mv_fileshare.py: fix typo
Diffstat (limited to 'abs/core/LinHES-config/mv_fileshare.py')
-rwxr-xr-xabs/core/LinHES-config/mv_fileshare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/mv_fileshare.py b/abs/core/LinHES-config/mv_fileshare.py
index a849b98..58c11d8 100755
--- a/abs/core/LinHES-config/mv_fileshare.py
+++ b/abs/core/LinHES-config/mv_fileshare.py
@@ -271,7 +271,7 @@ create mask = 0755 ''' %(data_config.MYTHHOME,shreadonly)
logging.debug(" %s",homelines)
logging.info(" Creating samba user mythtv")
- cmd = "(echo mythtv; echo mythtv) | smbpasswd -an mythtv"
+ cmd = "(echo mythtv; echo mythtv) | smbpasswd -a mythtv"
mv_common.runcmd(cmd)
mv_common.add_service("nmbd")
mv_common.add_service("smbd")