initial thridculture edits
This commit is contained in:
commit
0ba2a2e03b
172 changed files with 6733 additions and 24 deletions
|
|
@ -23,7 +23,8 @@ if(~ $"user_name '' || ~ $"user_pass '')
|
|||
usage
|
||||
|
||||
mkdir etc/users/$user_name
|
||||
echo $user_pass > etc/users/$user_name/password
|
||||
mkpasswd $user_pass > etc/users/$user_name/password
|
||||
#htpasswd -b /etc/lighttpd/.htpasswd $user_name $user_pass
|
||||
|
||||
if(! ~ $#user_groups 0)
|
||||
for(g in $user_groups) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue