Fix typos
This commit is contained in:
parent
ba6c2ff2d4
commit
680d1179b4
@ -22,7 +22,7 @@ setup_root_user() {
|
||||
|
||||
if [[ "${user_count}" == "0" ]]; then
|
||||
echo "=====> Setting up root user for initial deployment"
|
||||
if gitea admin create-user username "$ADMIN_USER" password "$ADMIN_PASS" email "$ADMIN_MAIL" admin; then
|
||||
if gitea admin create-user --username "$ADMIN_USER" --password "$ADMIN_PASS" --email "$ADMIN_MAIL" --admin; then
|
||||
echo "=====> root user added"
|
||||
else
|
||||
echo "=====> Failed to add root user"
|
||||
|
Reference in New Issue
Block a user