From 42ae8375020133429ce1bb082de001e1829f65f1 Mon Sep 17 00:00:00 2001 From: Selamanse Date: Tue, 18 Jul 2017 16:14:16 +0200 Subject: [PATCH] Fixes install script --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1f9d04d..4657d8a 100644 --- a/scripts/install +++ b/scripts/install @@ -79,12 +79,13 @@ sudo chown -R www-data: $final_path sudo service nginx reload if [ "$is_public" = "Yes" ]; then - ynh_app_setting_set $app unprotected_uris "/" + ynh_app_setting_set "$app" skipped_uris "/" fi + sudo systemctl start Rocketchat.service sudo systemctl enable Rocketchat.service -sleep 25s +sleep 10s cd $pkgdir