updated name of the command to create new local client

pull/316/head
Cédric Bonhomme 2020-07-30 11:17:41 +02:00
parent 99bcf94947
commit 5770f605ab
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ export STATS_CONFIG=production.py
FLASK_APP=runserver.py poetry run flask db_create
FLASK_APP=runserver.py poetry run flask db_init
FLASK_APP=runserver.py poetry run flask create_client --name ADMIN --role admin
FLASK_APP=runserver.py poetry run flask client_create --name ADMIN --role admin
sudo bash -c "cat << EOF > /etc/systemd/system/statsservice.service