From d9956a1313068241fa8768a96166fcadb8ac003c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 24 Sep 2019 09:01:06 +0200 Subject: [PATCH] Apply setup_lib.sh at init --- app/bin/init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/bin/init.sh b/app/bin/init.sh index 1aa59bf6..e7b90a36 100755 --- a/app/bin/init.sh +++ b/app/bin/init.sh @@ -4,6 +4,9 @@ app='/srv/app' manage=$app'/manage.py' +# Install (staging) libs +/srv/bin/build/local/setup_lib.sh + python $manage migrate --noinput python $manage create-admin-user python $manage create-default-organization -- 2.39.5