From 5c5ea91364b66e0982d1544df1ce835f730a6292 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 3 Apr 2020 20:15:57 +0200 Subject: [PATCH] [fix] Generate fonts during restore operation --- scripts/restore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/restore b/scripts/restore index 1467c11..92b9830 100644 --- a/scripts/restore +++ b/scripts/restore @@ -119,6 +119,13 @@ ynh_print_info --message="Restoring the configuration..." ynh_restore_file --origin_path="/etc/onlyoffice" +#================================================= +# REGENERATE FONTS +#================================================= +ynh_print_info --message="Generating fonts..." + +/usr/bin/documentserver-generate-allfonts.sh + #================================================= # GENERIC FINALIZATION #=================================================