Merge branch 'fix_nextcloud_bbb_typo_segudos' into 'master'

Fix typo "segudos" in nextcloud apps bbb and files_external

See merge request digitaldemocratic/digitaldemocratic!34
Josep Maria Viñolas Auquer 2021-10-05 14:08:36 +00:00
commit e6929dbf77
1 changed files with 7 additions and 0 deletions

7
dd-ctl
View File

@ -153,6 +153,13 @@ setup_nextcloud(){
# Fix onlyoffice size with custom navbar
docker exec isard-apps-nextcloud-app sed -ie 's/\(\s\+min-height: calc(100% - \)50\(px);\)/\175\2/' /var/www/html/custom_apps/onlyoffice/css/editor.css
# Fix nextcloud bbb "segudos" typo
# https://github.com/sualko/cloud_bbb/pull/181
docker exec isard-apps-nextcloud-app sed -i.orig -e 's/segudos/segundos/' /var/www/html/custom_apps/bbb/l10n/es.json /var/www/html/custom_apps/bbb/l10n/es.js
# Fix nextcloud files_external "segudos" typo
# https://github.com/nextcloud/server/pull/28990
docker exec isard-apps-nextcloud-app sed -i.orig -e 's/segudos/segundos/' /var/www/html/apps/files_external/l10n/es_*.js
}
nextcloud_scan(){