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

Small typos

This commit is contained in:
ericgaspar 2021-01-31 18:20:49 +01:00
parent 6ce41ae3a7
commit 3d762ca62d
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 5 deletions

View file

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

View file

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