1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Fix typos

This commit is contained in:
Jimmy Monin 2020-05-12 17:22:55 +02:00
parent e2381bfde5
commit 45f4f22323
4 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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