From 74d0ef4b74347102243dd371af0ca4b68311e849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 26 Feb 2024 17:43:16 +0100 Subject: [PATCH] fix restore: restore log dir --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index 6f04fe0..e88e089 100755 --- a/scripts/restore +++ b/scripts/restore @@ -36,6 +36,8 @@ ynh_restore_file --origin_path="$install_dir" chmod -R o-rwx "$install_dir" chown -R "$app:$app" "$install_dir" +ynh_restore_file --origin_path="/var/log/$app/" + #================================================= # RESTORE THE POSTGRESQL DATABASE #=================================================