CLI command has changed subcommand style

master v1.21.0
Johannes Zellner 2021-04-12 18:35:50 +02:00
parent 0bea878d12
commit 2637ef1b4b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ setup_ldap_source() {
setup_root_user() {
set -eu
if sudo -H -u git /home/git/gitea/gitea admin create-user --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 --name root --password changeme --email test@cloudron.io --admin -c /run/gitea/app.ini; then
echo "==> root user added"
else
echo "==> Failed to add root user"