From 05de69f723b4764ddd443075cdaa1893f4872006 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Mon, 30 Apr 2018 15:56:19 +0200 Subject: [PATCH] Update install --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 6d139f8..6eaf35f 100644 --- a/scripts/install +++ b/scripts/install @@ -58,6 +58,12 @@ ynh_system_user_create $app # create needed directories create_dir +# Configure init script +ynh_add_systemd_config + +# Modify Nginx configuration file and copy it to Nginx conf directory +config_nginx + # Install Gogs cp -a ../conf/app.ini $final_path cd $final_path