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 #=================================================