From 66643a73b562e4df06e7fb7e640043a601c3f2fb Mon Sep 17 00:00:00 2001 From: frju365 <19982894+frju365@users.noreply.github.com> Date: Mon, 11 Jun 2018 00:35:23 +0200 Subject: [PATCH] Update install --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 97ac143..d0e6509 100644 --- a/scripts/install +++ b/scripts/install @@ -157,7 +157,7 @@ ynh_use_logrotate pushd $final_path touch /var/log/$app/setup_carton.log -carton install 2>&1 | sudo tee -a "/var/log/$app/setup_carton.log" +carton install --deployment --without=test --without=sqlite --without=postgresql 2>&1 | sudo tee -a "/var/log/$app/setup_carton.log" popd #================================================= @@ -167,6 +167,8 @@ popd # Create a dedicated systemd config ynh_add_systemd_config +chown $app:$app $final_path -R + #================================================= # Make app public or private #=================================================