diff --git a/README.md b/README.md index b8c30e2..105d580 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Modern web IRC client designed for self-hosting - Responsive interface - Multi-user support -**Shipped version:** 4.3.0~ynh1 +**Shipped version:** 4.3.1~ynh1 **Demo:** https://demo.thelounge.chat/ diff --git a/README_fr.md b/README_fr.md index 0befa53..0b0b7be 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Client Web IRC moderne conçu pour l'auto-hébergement - Interface réactive - Support multi-utilisateurs -**Version incluse :** 4.3.0~ynh1 +**Version incluse :** 4.3.1~ynh1 **Démo :** https://demo.thelounge.chat/ diff --git a/conf/app.src b/conf/app.src index dd54063..a3c8398 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/thelounge/thelounge/archive/v4.3.0.tar.gz -SOURCE_SUM=fa3ced790927e64bfb0917dadd7702b811bcba92207b33f23bb1f7444ad0dfc9 +SOURCE_URL=https://github.com/thelounge/thelounge/archive/v4.3.1.tar.gz +SOURCE_SUM=7bf444cc97449d78a74b35c3fea882ddf6e3df265f0e2252a23cc48309b11713 SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f032f9a..67e8a96 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web IRC client", "fr": "Client Web IRC" }, - "version": "4.3.0~ynh1", + "version": "4.3.1~ynh1", "url": "https://thelounge.chat/", "upstream": { "license": "MIT", diff --git a/scripts/change_url b/scripts/change_url index 9273ac3..7aba41a 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -70,7 +70,7 @@ fi #================================================= ynh_script_progression --message="Stopping a systemd service..." -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" #================================================= # MODIFY URL IN NGINX CONF diff --git a/scripts/install b/scripts/install index 01bf821..3b7492a 100644 --- a/scripts/install +++ b/scripts/install @@ -135,7 +135,7 @@ popd #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 -ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service" +env_path="$PATH" ynh_add_systemd_config #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 734454c..35403f5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -142,7 +142,7 @@ fi #================================================= ynh_script_progression --message="Upgrading systemd configuration..." --weight=2 -ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service" +env_path="$PATH" ynh_add_systemd_config #=================================================