diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-11 17:15:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-11 17:15:21 (GMT) |
commit | 5231b12d78bdab21f3790e0427f9a626f0284eee (patch) | |
tree | 2228192aa377c55c464b03f9e14042b87f734a64 /abs | |
parent | 1fd808ceae26882c2b01951d8c1468d2442ffa7c (diff) | |
download | linhes_pkgbuild-5231b12d78bdab21f3790e0427f9a626f0284eee.zip linhes_pkgbuild-5231b12d78bdab21f3790e0427f9a626f0284eee.tar.gz linhes_pkgbuild-5231b12d78bdab21f3790e0427f9a626f0284eee.tar.bz2 |
add new user to groups
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/live-installer/myth_user_call | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/live-installer/myth_user_call b/abs/core-testing/live-installer/myth_user_call index ac97705..d95e468 100644 --- a/abs/core-testing/live-installer/myth_user_call +++ b/abs/core-testing/live-installer/myth_user_call @@ -30,7 +30,7 @@ function add_user() { store_commands else echo "adding user $USERNAME" - useradd $USERNAME + useradd -m -s /bin/bash $USERNAME -G audio,video,optical,storage,users fi } |