1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Some typo again...

This commit is contained in:
Tagada 2021-05-16 22:44:47 +02:00
parent cdc0af47cc
commit 4957482584
6 changed files with 7 additions and 7 deletions

View file

@ -33,7 +33,7 @@ A libre and federated social network, fork of Mastodon.
Glitch-Soc is beta software, and under active development. Use at your own risk!
* This app require a dedicated domain or subdomain.
* The user choosen during the installation is created in Glich-Soc with admin rights.
* The user choosen during the installation is created in Glitch-Soc with admin rights.
* LDAP authentication is activated. All YunoHost users can authenticate.
* Single sign-on doesn't work.

View file

@ -25,7 +25,7 @@ Un réseau social libre et fédéré, scission de Mastodon.
Glitch-Soc is beta software, and under active development. Use at your own risk!
* This app require a dedicated domain or subdomain.
* The user choosen during the installation is created in Glich-Soc with admin rights.
* The user choosen during the installation is created in Glitch-Soc with admin rights.
* LDAP authentication is activated. All YunoHost users can authenticate.
* Single sign-on doesn't work.

View file

@ -1,7 +1,7 @@
Glitch-Soc is beta software, and under active development. Use at your own risk!
* This app require a dedicated domain or subdomain.
* The user choosen during the installation is created in Glich-Soc with admin rights.
* The user choosen during the installation is created in Glitch-Soc with admin rights.
* LDAP authentication is activated. All YunoHost users can authenticate.
* Single sign-on doesn't work.

View file

@ -8,7 +8,7 @@ about: When creating a bug report, please use the following template to provide
1. *Read this whole template first.*
2. *Determine if you are on the right place:*
- *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!*
- *Otherwise, the issue may be due to Glich-Soc itself. Refer to its documentation or repository for help.*
- *Otherwise, the issue may be due to Glitch-Soc itself. Refer to its documentation or repository for help.*
- *When in doubt, post here and we will figure it out together.*
3. *Delete the italic comments as you write over them below, and remove this guide.*
---

View file

@ -200,7 +200,7 @@ ynh_add_systemd_config --service="$app-streaming" --template="glitchsoc-streamin
#=================================================
# INSTALLING GLITCH-SOC
#=================================================
ynh_script_progression --message="Installing Glich-Soc..."
ynh_script_progression --message="Installing Glitch-Soc..."
pushd "$final_path/live"
sudo -u $app $ynh_ruby_load_path bin/bundle config deployment 'true'

View file

@ -163,7 +163,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..."
# Download Glich-Soc
# Download Glitch-Soc
tmpdir="$(mktemp -d)"
mkdir $tmpdir/system
@ -261,7 +261,7 @@ ynh_add_systemd_config --service="$app-streaming" --template="glitchsoc-streamin
#=================================================
# UPGRADE GLITCH-SOC
#=================================================
ynh_script_progression --message="Upgrading Glich-Soc..."
ynh_script_progression --message="Upgrading Glitch-Soc..."
pushd "$final_path/live"
sudo -u $app $ynh_ruby_load_path bin/bundle config deployment 'true'