Changes between Version 11 and Version 12 of JuergeN/Documentation


Ignore:
Timestamp:
26.08.2011 17:29:46 (13 years ago)
Author:
JuergeN
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JuergeN/Documentation

    v11 v12  
    3232Change ''/opt/deepamehta/deepamehta-linux.sh'' to preserve PID from 
    3333{{{ 
     34#!/bin/sh 
     35cd "$(dirname "$0")" 
    3436java -Dfile.encoding=UTF-8 -Dfelix.system.properties=file:conf/config.properties -jar bin/felix.jar 
    3537}}} 
    3638to 
    3739{{{ 
     40#!/bin/sh 
     41cd "$(dirname "$0")" 
    3842exec java -Dfile.encoding=UTF-8 -Dfelix.system.properties=file:conf/config.properties -jar bin/felix.jar 
    3943}}}