Update install

This commit is contained in:
Rafi59 2018-04-30 15:56:19 +02:00 committed by GitHub
parent 4bbc57360c
commit 05de69f723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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