From d3eca2f091b990e2c2d1ca30d8a78855befff4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Thu, 18 Jul 2024 08:39:15 +0200 Subject: [PATCH] No need to manage log dir --- scripts/restore | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index a49cc02..449458b 100755 --- a/scripts/restore +++ b/scripts/restore @@ -50,9 +50,6 @@ yunohost service add "$app" --description="Mongo Express to easily administer yo ynh_restore_file --origin_path="/etc/logrotate.d/$app" -mkdir --parents "/var/log/$app" -chown "$app:adm" "/var/log/$app" - #================================================= # DONT RESTORE THE MONGO DATABASE #=================================================