From 45f4f2232383298e24c8fe66bd2479b759bae1c8 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Tue, 12 May 2020 17:22:55 +0200 Subject: [PATCH] Fix typos --- README.md | 2 +- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c20bc6..9a47855 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Integration level](https://dash.yunohost.org/integration/discoursediscourse.svg)](https://dash.yunohost.org/appci/app/discourse) [![Install Discourse with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=discourse) -> *This package allow you to install discourse quickly and simply on a YunoHost server. +> *This package allows you to install discourse quickly and simply on a YunoHost server. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* ## Disclaimer diff --git a/scripts/install b/scripts/install index a65fa11..1817761 100644 --- a/scripts/install +++ b/scripts/install @@ -188,7 +188,7 @@ echo "svgo: false" > $final_path/.image_optim.yml #================================================= # SETUP UNICORN, A RUBY SERVER #================================================= -ynh_print_info --message="Setuping Unicorn..." +ynh_print_info --message="Setting up Unicorn..." unicorn_config_file="$final_path/config/unicorn.conf.rb" # Use socket connection diff --git a/scripts/restore b/scripts/restore index 7f0a686..c099db1 100644 --- a/scripts/restore +++ b/scripts/restore @@ -100,7 +100,7 @@ ynh_install_ruby --ruby_version=$RUBY_VERSION #================================================= # REINSTALL BUNDLE GEM #================================================= -ynh_print_info --message="Réinstall Bundle Gem..." +ynh_print_info --message="Reinstall Bundle Gem..." (cd "$final_path" gem install bundler) diff --git a/scripts/upgrade b/scripts/upgrade index 29543da..c9faf0e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -41,7 +41,7 @@ upgrade_type=$(ynh_check_app_version_changed) #================================================= ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 -# If db_name doesn't exist, create it +# If unicorn_workers doesn't exist, create it if [ -z "$unicorn_workers" ] then # We assume for the moment that ARM devices are only dual core, so @@ -237,7 +237,7 @@ echo "svgo: false" > $final_path/.image_optim.yml #================================================= # SETUP UNICORN, A RUBY SERVER #================================================= -ynh_print_info --message="Setuping Unicorn..." +ynh_print_info --message="Setting up Unicorn..." unicorn_config_file="$final_path/config/unicorn.conf.rb" # Use socket connection