diff --git a/bbb-libreoffice/assets/etherpad-export.sh b/bbb-libreoffice/assets/etherpad-export.sh index 85640aa280..bb36011988 100644 --- a/bbb-libreoffice/assets/etherpad-export.sh +++ b/bbb-libreoffice/assets/etherpad-export.sh @@ -2,7 +2,7 @@ #This script is used to enable Etherpad to export to PDF/ODT # 1- Edit /usr/share/etherpad-lite/settings.json -# 2- Set "soffice" config to this script path +# 2- Set "soffice" config to this script path (default "/usr/share/bbb-libreoffice-conversion/etherpad-export.sh") /usr/share/bbb-libreoffice-conversion/convert.sh "$8" "$(echo $8 | sed -E -e 's/html|odt/'$7'/')" $7 diff --git a/bbb-libreoffice/install-local.sh b/bbb-libreoffice/install-local.sh index d7daa9970b..0d0001fe05 100755 --- a/bbb-libreoffice/install-local.sh +++ b/bbb-libreoffice/install-local.sh @@ -37,6 +37,8 @@ if [ "$FOLDER_CHECK" = "0" ]; then mkdir -m 755 /usr/share/bbb-libreoffice-conversion/ cp assets/convert-local.sh /usr/share/bbb-libreoffice-conversion/convert.sh chmod 755 /usr/share/bbb-libreoffice-conversion/convert.sh + cp assets/etherpad-export.sh /usr/share/bbb-libreoffice-conversion/etherpad-export.sh + chmod 755 /usr/share/bbb-libreoffice-conversion/etherpad-export.sh chown -R root /usr/share/bbb-libreoffice-conversion/ else echo "Install folder already exists" diff --git a/bbb-libreoffice/install-remote.sh b/bbb-libreoffice/install-remote.sh index 68a7814207..fcb0a30016 100755 --- a/bbb-libreoffice/install-remote.sh +++ b/bbb-libreoffice/install-remote.sh @@ -12,6 +12,8 @@ if [ "$FOLDER_CHECK" = "0" ]; then mkdir -m 755 /usr/share/bbb-libreoffice-conversion/ cp assets/convert-remote.sh /usr/share/bbb-libreoffice-conversion/convert.sh chmod 755 /usr/share/bbb-libreoffice-conversion/convert.sh + cp assets/convert-remote.sh /usr/share/bbb-libreoffice-conversion/etherpad-export.sh + chmod 755 /usr/share/bbb-libreoffice-conversion/etherpad-export.sh chown -R root /usr/share/bbb-libreoffice-conversion/ else echo "Install folder already exists"