From 80f35bdbc1fa93a807bdaec9533b2d3311df43ad Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 4 Mar 2018 00:10:51 +0100 Subject: [PATCH] Dependency install should happend before db init... --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5d6abb4..f9836b6 100644 --- a/scripts/install +++ b/scripts/install @@ -123,8 +123,8 @@ function configure_nginx_and_ssowat() } configure_app -init_db install_dependencies +init_db # Copy files to the right place