Fixing missplaced quote in init.yaml

This commit is contained in:
Lukas 2024-05-01 10:21:11 +02:00
parent afa2ae1a49
commit be2e9e90a9
No known key found for this signature in database
GPG key ID: B7940328383214B0

View file

@ -114,7 +114,7 @@ stringData:
echo '...created.'
else
echo "Admin account '${GITEA_ADMIN_USERNAME}' already exist. Running update to sync password..."
gitea admin user change-password --username "${GITEA_ADMIN_USERNAME}" --password "${GITEA_ADMIN_PASSWORD} --must-change-password=false"
gitea admin user change-password --username "${GITEA_ADMIN_USERNAME}" --password "${GITEA_ADMIN_PASSWORD}" --must-change-password=false
echo '...password sync done.'
fi
}