From 3d762ca62db7fc0df99defb4ec2f8e6637d51462 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 31 Jan 2021 18:20:49 +0100 Subject: [PATCH] Small typos --- README.md | 5 ++--- scripts/upgrade | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b3f558..0b2600a 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ This is an anarchist FAQ. Its aim is to present what anarchism really stands for #### Multi-users support -Are LDAP and HTTP auth supported? **No** -Can the app be used by multiple users? **Yes** + * Are LDAP and HTTP auth supported? **No** + * Can the app be used by multiple users? **Yes** #### Supported architectures @@ -40,7 +40,6 @@ Can the app be used by multiple users? **Yes** ## Links * Report a bug: https://github.com/YunoHost-Apps/anarchism_ynh/issues - * App website: Link to the official website of this app * Upstream app repository: https://salsa.debian.org/debian/anarchism/ * YunoHost website: https://yunohost.org/ diff --git a/scripts/upgrade b/scripts/upgrade index 13442e2..2466371 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -85,7 +85,7 @@ fi #================================================= # NGINX CONFIGURATION #================================================= -ynh_script_progression --message="Upgrading nginx web server configuration..." --weight=1 +ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1 # Create a dedicated nginx config ynh_add_nginx_config @@ -102,7 +102,7 @@ chown -R root: $final_path #================================================= # RELOAD NGINX #================================================= -ynh_script_progression --message="Reloading nginx web server..." --weight=1 +ynh_script_progression --message="Reloading NGINX web server..." --weight=1 ynh_systemd_action --service_name=nginx --action=reload