From 91959234f095fa5f13dee5a22653243f12526a3d Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:13:50 +0200 Subject: [PATCH] Fix typos in upgrade --- scripts/upgrade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index a6b3f17..55e1829 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -38,7 +38,7 @@ upgrade_type=$(ynh_check_app_version_changed) #ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 # -# N.B. : the followings setting migrations snippets are provided as *EXAMPLES* +# N.B. : the following setting migration snippets are provided as *EXAMPLES* # of what you may want to do in some cases (e.g. a setting was not defined on # some legacy installs and you therefore want to initiaze stuff during upgrade) # @@ -77,7 +77,7 @@ then fi # $install_dir will automatically be initialized with some decent -# permission by default ... however, you may need to recursively reapply +# permissions by default ... however, you may need to recursively reapply # ownership to all files such as after the ynh_setup_source step chown -R $app:www-data "$install_dir" @@ -86,7 +86,7 @@ chown -R $app:www-data "$install_dir" #================================================= ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1 -# This should be a literal copypasta of what happened in the install's "System configuration" section +# This should be a literal copypaste of what happened in the install's "System configuration" section ynh_add_fpm_config