summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/myth_user_call
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/LinHES-config/myth_user_call')
-rw-r--r--abs/core-testing/LinHES-config/myth_user_call2
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config/myth_user_call b/abs/core-testing/LinHES-config/myth_user_call
index 0479895..0914b03 100644
--- a/abs/core-testing/LinHES-config/myth_user_call
+++ b/abs/core-testing/LinHES-config/myth_user_call
@@ -31,6 +31,8 @@ function add_user() {
else
echo "adding user $USERNAME"
useradd -m -s /bin/bash $USERNAME -G audio,video,optical,storage,users
+ usermod -a -G mythtv $USERNAME
+
fi
}