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
1 #!/bin/bash 1 #!/bin/bash
2 -  
3 SOFFICE_PATH=/usr/bin/soffice 2 SOFFICE_PATH=/usr/bin/soffice
4 TOMCAT6_PATH=/opt/jodconverter-tomcat-2.2.2/bin/catalina.sh 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,4 +6,4 @@ echo "Iniciando o serviço LibreOffice headless"
7 $SOFFICE_PATH --headless --nologo --nofirststartwizard --accept="socket,host=127.0.0.1,port=8100;urp" & > /dev/null 2>&1 6 $SOFFICE_PATH --headless --nologo --nofirststartwizard --accept="socket,host=127.0.0.1,port=8100;urp" & > /dev/null 2>&1
8 7
9 echo "Iniciando o serviço Tomcat 6" 8 echo "Iniciando o serviço Tomcat 6"
10 -$TOMCAT6_PATH run 9 -$TOMCAT6_PATH run
  10 +$TOMCAT6_PATH run
11 \ No newline at end of file 11 \ No newline at end of file