From a7c9faeed26d06d6a1fb5258dd35a5713575cd8c Mon Sep 17 00:00:00 2001 From: guilherme.cantoni Date: Fri, 5 Dec 2014 16:58:55 -0200 Subject: [PATCH] Remoção de caracter inválido --- jod/run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jod/run.sh b/jod/run.sh index fa005c1..ef745fd 100755 --- a/jod/run.sh +++ b/jod/run.sh @@ -1,5 +1,4 @@ #!/bin/bash - SOFFICE_PATH=/usr/bin/soffice TOMCAT6_PATH=/opt/jodconverter-tomcat-2.2.2/bin/catalina.sh @@ -7,4 +6,4 @@ echo "Iniciando o serviço LibreOffice headless" $SOFFICE_PATH --headless --nologo --nofirststartwizard --accept="socket,host=127.0.0.1,port=8100;urp" & > /dev/null 2>&1 echo "Iniciando o serviço Tomcat 6" -$TOMCAT6_PATH run +$TOMCAT6_PATH run \ No newline at end of file -- libgit2 0.21.2