DocumentServer/Tools/Bin/GenerateAllFonts.sh

15 lines
459 B
Bash
Raw Normal View History

2015-04-28 14:59:00 +00:00
#!/bin/sh
DIR="/var/www/onlyoffice/documentserver"
#Start generate AllFonts.js, font thumbnails and font_selection.bin
sudo -u onlyoffice "$DIR/Tools/AllFontsGen"\
"/usr/share/fonts"\
"$DIR/DocService/OfficeWeb/sdk/Common/AllFonts.js"\
"$DIR/DocService/OfficeWeb/sdk/Common/Images"\
"$DIR/FileConverterService/Bin/font_selection.bin"
#Restart web-site and converter
sudo supervisorctl restart DocService
sudo supervisorctl restart FileConverterService