1
0
mirror of https://framagit.org/YunoHost-Apps/gitea_ynh.git synced 2025-06-01 12:50:47 +02:00

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

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