From 495748258407bc2c732c74923fb52d473ede80b4 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Sun, 16 May 2021 22:44:47 +0200 Subject: [PATCH] Some typo again... --- README.md | 2 +- README_fr.md | 2 +- doc/DISCLAIMER.md | 2 +- issue_template.md | 2 +- scripts/install | 2 +- scripts/upgrade | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c2951a2..4a48e08 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_fr.md b/README_fr.md index c93480a..a6df7b3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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. diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index d8ccc06..137b30a 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -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. diff --git a/issue_template.md b/issue_template.md index 07fe1ff..f7c22d8 100644 --- a/issue_template.md +++ b/issue_template.md @@ -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.* --- diff --git a/scripts/install b/scripts/install index 469f148..412b0f6 100644 --- a/scripts/install +++ b/scripts/install @@ -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' diff --git a/scripts/upgrade b/scripts/upgrade index bd23759..27d29a7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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'