Commit a7c9faeed26d06d6a1fb5258dd35a5713575cd8c

Authored by guilherme.cantoni
1 parent 22ad8208
Exists in master

Remoção de caracter inválido

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
jod/run.sh
1 1 #!/bin/bash
2   -
3 2 SOFFICE_PATH=/usr/bin/soffice
4 3 TOMCAT6_PATH=/opt/jodconverter-tomcat-2.2.2/bin/catalina.sh
5 4  
... ... @@ -7,4 +6,4 @@ echo "Iniciando o serviço LibreOffice headless"
7 6 $SOFFICE_PATH --headless --nologo --nofirststartwizard --accept="socket,host=127.0.0.1,port=8100;urp" & > /dev/null 2>&1
8 7  
9 8 echo "Iniciando o serviço Tomcat 6"
10 9 -$TOMCAT6_PATH run
  10 +$TOMCAT6_PATH run
11 11 \ No newline at end of file
... ...