Details
Description
org.apache.karaf.jpm.impl.ProcessImpl.create starts a child instance by running a script which has a line like:
echo $! > ${pid.file}
Which of course won't work if pid.file has spaces in it. Simple fix coming...
org.apache.karaf.jpm.impl.ProcessImpl.create starts a child instance by running a script which has a line like:
echo $! > ${pid.file}
Which of course won't work if pid.file has spaces in it. Simple fix coming...