From d7bf78aae67f00579e205764d049f5206f41f65b Mon Sep 17 00:00:00 2001 From: ewilly Date: Wed, 18 Oct 2023 21:34:16 +0200 Subject: [PATCH 1/4] Fix backup --- scripts/_common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d486730..71dc32f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -108,7 +108,9 @@ ynh_remove_uwsgi_service () { # usage: ynh_backup_uwsgi_service ynh_backup_uwsgi_service () { ynh_backup --src_path="/etc/uwsgi/apps-available/$app.ini" - ynh_backup --src_path="/etc/systemd/system/uwsgi-app@$app.service.d" + if [ -e "/etc/systemd/system/uwsgi-app@$app.service.d" ]; then + ynh_backup --src_path="/etc/systemd/system/uwsgi-app@$app.service.d" + FI } # Restore the dedicated uwsgi config From ca46c7cd1ab8988882a04a2e6778fa8c6cec9171 Mon Sep 17 00:00:00 2001 From: ewilly Date: Wed, 18 Oct 2023 21:38:48 +0200 Subject: [PATCH 2/4] Fix backup --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 71dc32f..9158759 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -110,7 +110,7 @@ ynh_backup_uwsgi_service () { ynh_backup --src_path="/etc/uwsgi/apps-available/$app.ini" if [ -e "/etc/systemd/system/uwsgi-app@$app.service.d" ]; then ynh_backup --src_path="/etc/systemd/system/uwsgi-app@$app.service.d" - FI + fi } # Restore the dedicated uwsgi config From 974f6ed9cb3d250db0abb820ae8536fed8bee07b Mon Sep 17 00:00:00 2001 From: ewilly Date: Wed, 18 Oct 2023 22:20:11 +0200 Subject: [PATCH 3/4] Upgrade ynh version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 608e981..2b963f3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "SearXNG" description.en = "A free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled" description.fr = "Un méta-moteur de recherche qui rassemble les résultats de plus de 70 services de recherche. Les utilisateurs ne sont ni suivis ni espionnés" -version = "2023.10.13.10.49.52~ynh1" +version = "2023.10.13.10.49.52~ynh2" maintainers = ["mh4ckt3mh4ckt1c4s"] From 53fc12a10b537947f44dcf9183c5ce984e6f48e8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 18 Oct 2023 20:20:20 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 374b07b..4ccb082 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. -**Shipped version:** 2023.10.13.10.49.52~ynh1 +**Shipped version:** 2023.10.13.10.49.52~ynh2 **Demo:** https://searx.be diff --git a/README_fr.md b/README_fr.md index 41a4910..3a92f2e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. -**Version incluse :** 2023.10.13.10.49.52~ynh1 +**Version incluse :** 2023.10.13.10.49.52~ynh2 **Démo :** https://searx.be