File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export JAVA_HOME
5858
5959SCP=" "
6060DCP=" "
61- ACP=` ls /usr/share/cloudstack-agent/cloud-plugin-hypervisor-kvm-* .jar` " :" ` ls /usr/share/cloudstack-agent/lib/* | tr ' \n' ' :' `
61+ ACP=` ls /usr/share/cloudstack-agent/cloud-plugin-hypervisor-kvm-* .jar` " :" ` ls /usr/share/cloudstack-agent/lib/* | tr ' \n' ' :' | sed s ' /.$// ' `
6262JCP=" /usr/share/java/commons-daemon.jar"
6363
6464# We need to append the JSVC daemon JAR to the classpath
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ for jdir in $JDK_DIRS; do
5555done
5656export JAVA_HOME
5757
58- ACP=` ls /usr/share/cloudstack-agent/lib/* | tr ' \n' ' :' `
58+ ACP=` ls /usr/share/cloudstack-agent/lib/* | tr ' \n' ' :' | sed s ' /.$// ' `
5959
6060# We need to append the JSVC daemon JAR to the classpath
6161# AgentShell implements the JSVC daemon methods
You can’t perform that action at this time.
0 commit comments