From 0b9b2130b4843c76a3970aeb5f352c24ee296b1e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 22 Mar 2020 18:46:53 +0100 Subject: [PATCH] Typo --- scripts/install | 2 +- scripts/remove | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 83f250f..2288499 100644 --- a/scripts/install +++ b/scripts/install @@ -121,7 +121,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= # SPECIFIC SETUP #================================================= -# ADD SWAPP +# ADD SWAP #================================================= ynh_print_info --message="Adding swap..." diff --git a/scripts/remove b/scripts/remove index d20c553..b63c2b9 100644 --- a/scripts/remove +++ b/scripts/remove @@ -69,7 +69,7 @@ ynh_print_info --message="Removing nginx web server configuration..." ynh_remove_nginx_config #================================================= -# REMOVE SWAPP +# REMOVE SWAP #================================================= ynh_print_info --message="Removing swap..." diff --git a/scripts/restore b/scripts/restore index 7ba1dce..62d0cef 100644 --- a/scripts/restore +++ b/scripts/restore @@ -123,7 +123,7 @@ ynh_restore_file --origin_path="/etc/php/7.3/fpm/pool.d/$app.conf" ynh_restore_file --origin_path="/etc/cron.d/$app" #================================================= -# ADD SWAPP +# ADD SWAP #================================================= ynh_print_info --message="Adding swap..." diff --git a/scripts/upgrade b/scripts/upgrade index 40dabdc..1099f86 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -122,7 +122,7 @@ ynh_add_fpm_config --phpversion="7.3" #================================================= # SPECIFIC UPGRADE #================================================= -# ADD SWAPP +# ADD SWAP #================================================= ynh_print_info --message="Adding swap..."