From e956b509a6cba7396b0dba8070e6c89af48e5c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 31 May 2023 18:21:31 +0200 Subject: [PATCH] cleaning --- doc/ADMIN.md | 4 ---- doc/ADMIN_fr.md | 4 ---- doc/POST_INSTALL.md | 3 ++- doc/POST_INSTALL_fr.md | 3 ++- scripts/upgrade | 2 +- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index e3bcbf1..dddf8c6 100755 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,7 +1,3 @@ -## Configuration - -You can configure Owncast in the admin page: `https://__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key. - ## Streaming app OBS can be used as streaming video app: https://obsproject.com/ diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index b7e0870..c8e187b 100755 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,7 +1,3 @@ -## Configuration - -Vous pouvez configurer Owncast dans la page d'administration : `https://__DOMAIN__/admin` avec `admin` et `abc123` comme identifiant. N'oubliez pas de changer la clé de flux (Stream Key). - ## Application de diffusion en continu OBS peut être utilisé comme application de streaming vidéo : https://obsproject.com/ diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index e8a7601..4567f63 100755 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1 +1,2 @@ -You can configure Owncast in the admin page: `https://__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key. \ No newline at end of file +You can configure Owncast in the admin page: `https://__DOMAIN__/admin` with `admin` and `abc123` as credential. +Don't forget to change the stream key. \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md index 5a2b4f6..082d8bf 100755 --- a/doc/POST_INSTALL_fr.md +++ b/doc/POST_INSTALL_fr.md @@ -1 +1,2 @@ -Vous pouvez configurer Owncast dans la page d'administration : `https://__DOMAIN__/admin` avec `admin` et `abc123` comme identifiant. N'oubliez pas de changer la clé de flux (Stream Key). +Vous pouvez configurer Owncast dans la page d'administration : `https://__DOMAIN__/admin` avec `admin` et `abc123` comme identifiant. +N'oubliez pas de changer la clé de flux (Stream Key). diff --git a/scripts/upgrade b/scripts/upgrade index f14ad09..c97d180 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -22,7 +22,7 @@ upgrade_type=$(ynh_check_app_version_changed) #================================================= ynh_script_progression --message="Stopping a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log" +ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE