1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
This commit is contained in:
yalh76 2019-02-05 23:03:16 +01:00
parent 256e5ec780
commit 0c638f928d
2 changed files with 0 additions and 6 deletions

View file

@ -58,7 +58,6 @@ ynh_restore_file "/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_restore_file "$final_path"
#=================================================
# RECREATE THE DEDICATED USER
#=================================================
@ -110,7 +109,6 @@ systemctl enable $app.service
yunohost service add mongodb --log "/var/log/mongodb/mongodb.log"
yunohost service add $app
#=================================================
# GENERIC FINALIZATION
#=================================================

View file

@ -29,7 +29,6 @@ then
ynh_app_setting_set "$app" db_name "$db_name"
fi
#=================================================
# CHECK VERSION
#=================================================
@ -117,9 +116,6 @@ ynh_setup_source "$final_path"
# Create a dedicated user (if not existing)
ynh_system_user_create $app
#=================================================
# GENERIC FINALIZATION
#=================================================