forked from stove/dataset
10 lines
294 B
Markdown
10 lines
294 B
Markdown
Créer un utilisateur
|
|
=====================
|
|
|
|
su - gitea -s /bin/bash -c "gitea admin user create --username gnunux --password Njw_csh7DeeZtWDxC6WVXDdB-9A --email gnunux@gnunux.info --admin -c /etc/gitea/app.ini"
|
|
|
|
DEBUG
|
|
=====
|
|
|
|
sed -i 's/info/debug/g' /etc/gitea/app.ini
|
|
systemctl restart gitea
|