From c59dec36b5e966866cc90989b76064b6f65b8072 Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 22 Aug 2017 19:27:56 +0200 Subject: [PATCH] [Fix] Problem Command not found --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 67f3ebd..b197967 100644 --- a/scripts/install +++ b/scripts/install @@ -62,7 +62,7 @@ sudo apt-get install -yy loolwsd code-brand #================================================= # Create a dedicated nginx config -ynh_nginx_config +ynh_add_nginx_config #================================================= # CREATE DEDICATED USER @@ -82,7 +82,7 @@ ynh_system_user_create $app #================================================= # Create a dedicated systemd config -ynh_systemd_config +ynh_add_systemd_config # If app is public, add url to SSOWat conf as skipped_uris @@ -93,3 +93,4 @@ fi # Reload services sudo service nginx reload +