forked from cloudron-apps/gitea-app
--name is deprecated in favor of --username
This commit is contained in:
parent
a7734d29fb
commit
8999bc9112
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -28,7 +28,7 @@ setup_ldap_source() {
|
||||||
setup_root_user() {
|
setup_root_user() {
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
if sudo -H -u git /home/git/gitea/gitea admin user create --name root --password changeme --email test@cloudron.io --admin -c /run/gitea/app.ini; then
|
if sudo -H -u git /home/git/gitea/gitea admin user create --username root --password changeme --email test@cloudron.io --admin -c /run/gitea/app.ini; then
|
||||||
echo "==> root user added"
|
echo "==> root user added"
|
||||||
else
|
else
|
||||||
echo "==> Failed to add root user"
|
echo "==> Failed to add root user"
|
||||||
|
|
Loading…
Reference in a new issue