mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-05 23:25:46 +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
|
end
|
||||||
|
|
||||||
def libreoffice_path
|
def libreoffice_path
|
||||||
ENV['LIBREOFFICE_PATH'] || 'libreoffice'
|
ENV['LIBREOFFICE_PATH'] || 'soffice'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue