From 3da5f3ffdbefb3155760325cbf4e3d2b81592dff Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 1 Jun 2019 06:57:23 +0200 Subject: [PATCH] spelling --- scripts/upgrade | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index da68349..739335f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -99,9 +99,9 @@ ynh_print_info --message="Making sure dedicated system user exists..." ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= -# UPDATE PHP +# UPGRADE PHP #================================================= -ynh_print_info --message="Updating PHP..." +ynh_print_info --message="Upgrading PHP..." ynh_install_php --phpversion="7.2" --package="$extra_pkg_dependencies" @@ -116,16 +116,16 @@ ynh_add_fpm_config --phpversion="7.2" #================================================= # SPECIFIC UPGRADE #================================================= -# UPDATE COMPOSER +# UPGRADE COMPOSER #================================================= -ynh_print_info --message="Updating Composer..." +ynh_print_info --message="Upgrading Composer..." ynh_install_composer --phpversion="7.2" --workdir="$final_path/.composer" #================================================= -# UPDATE DRUPAL +# UPGRADE DRUPAL #================================================= -ynh_print_info --message="Updating Drupal..." +ynh_print_info --message="Upgrading Drupal..." ynh_backup_if_checksum_is_different --file="$final_path/$app/sites/default/settings.php" export PATH="$final_path/.composer/vendor/bin:$PATH"