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:
parent
e2381bfde5
commit
45f4f22323
4 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
[](https://dash.yunohost.org/appci/app/discourse)
|
||||
[](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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue