Commit 67eac0af890031f3448bf89ecd4234c58ab13ec2

Authored by Guilherme Cantoni
1 parent 0fd34e45
Exists in master

Alteração de caracteres de quebra de linha do windows para unix

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