Commit 67eac0af890031f3448bf89ecd4234c58ab13ec2
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,8 +3,8 @@ | ||
3 | SOFFICE_PATH=/usr/bin/soffice | 3 | SOFFICE_PATH=/usr/bin/soffice |
4 | TOMCAT6_PATH=/opt/jodconverter-tomcat-2.2.2/bin/catalina.sh | 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 | $SOFFICE_PATH --headless --nologo --nofirststartwizard --accept="socket,host=127.0.0.1,port=8100;urp" & > /dev/null 2>&1 | 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 | \ No newline at end of file | 11 | \ No newline at end of file |