From 5770f605ab0255b493e4ce1f47726b43594bc6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 30 Jul 2020 11:17:41 +0200 Subject: [PATCH] updated name of the command to create new local client --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 74d59bb..d5e7f37 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -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