Skip to content
Snippets Groups Projects
Commit 0628f76a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2162 from FHenry/3.6

Update odt2pdf.sh
parents beaec59a 578c4ca3
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ if [ -f "$1.odt" ]
nbprocess=$(pgrep -c soffice)
if [ $nbprocess -ne 1 ]
then
soffice --invisible --accept="socket,host=127.0.0.1,port=8100;urp;" --nofirststartwizard --headless&
soffice --invisible --accept="socket,host=127.0.0.1,port=8100;urp;" --nofirststartwizard --headless &
retcode=$?
if [ $retcode -ne 0 ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment