From ee9451cbf606e0fa33e5e999e6b719facb7f66dd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 24 Jul 2020 18:03:21 +0200 Subject: [PATCH] fix --- conf/nginx.conf | 1 + scripts/install | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 14563aa..783a1a2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -39,6 +39,7 @@ location __PATH__/ { proxy_send_timeout 14400s; # (14400s is 4h) } + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } diff --git a/scripts/install b/scripts/install index 6f58798..436e693 100644 --- a/scripts/install +++ b/scripts/install @@ -149,7 +149,7 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php" pushd "$final_path" || ynh_die composer install --no-interaction --quiet - composer $app:migrate + #composer $app:migrate popd || ynh_die #=================================================