From f02fe3a6a33ab86eacb733e5421d89847cca521e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Wed, 17 Jul 2024 08:40:35 +0200 Subject: [PATCH 1/2] No need to manage log directory --- scripts/restore | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index e219e8c..73e8b4f 100755 --- a/scripts/restore +++ b/scripts/restore @@ -29,9 +29,6 @@ if [ -n "$public_key" ]; then _install_restart_script_and_sudoers fi -mkdir --parents /var/log/$app -chown $app:adm /var/log/$app - #================================================= # SPECIFIC RESTORATION #================================================= From 53b53730ddf1225deaa2076f2ea75e158cce3a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Thu, 18 Jul 2024 08:49:03 +0200 Subject: [PATCH 2/2] Version update for log --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 4ffaec7..c571f2d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Cors Proxy" description.en = "An advanced https proxy allowing you to call other websites from your own web application." description.fr = "Un proxy https avancé vous permettant d'appeler d'autres sites depuis votre propre application web." -version = "1.2.1~ynh2" +version = "1.2.1~ynh3" maintainers = ["Gerard Collin"]