mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Merge pull request #2131 from okriuchykhin/ok_SCI_3970
Change default executable name for LibreOffice [SCI-3970]
This commit is contained in:
commit
b752f32444
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module ActiveStorage
|
|||
end
|
||||
|
||||
def libreoffice_path
|
||||
ENV['LIBREOFFICE_PATH'] || 'libreoffice'
|
||||
ENV['LIBREOFFICE_PATH'] || 'soffice'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue