From 8a7c552aaa34bb6814408d086d6ffb66f74973b3 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 29 Apr 2019 11:44:27 +0200 Subject: [PATCH] [fix] Don't kill install if last line fail --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1bfc45b..bf85ab4 100644 --- a/scripts/install +++ b/scripts/install @@ -158,6 +158,5 @@ chown -R root: /etc/loolwsd ynh_app_setting_set $app unprotected_uris "/" # Reload services -systemctl restart loolwsd -systemctl reload nginx +ynh_systemd_action -n loolwsd -a restart || true