From 4c71a6b03ff37a6821352952bf4f733d30ef2221 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 23:03:16 +0100 Subject: [PATCH] Spacing --- scripts/restore | 2 -- scripts/upgrade | 4 ---- 2 files changed, 6 deletions(-) diff --git a/scripts/restore b/scripts/restore index f4841b7..7f3d8f5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index fdf9c19..6f78b8f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 #=================================================