We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c6d80 commit 03bc74bCopy full SHA for 03bc74b
1 file changed
packaging/debian/init/cloud-agent
@@ -55,7 +55,7 @@ for jdir in $JDK_DIRS; do
55
done
56
export JAVA_HOME
57
58
-ACP=`ls /usr/share/cloudstack-agent/lib/* | tr '\n' ':' | sed s'/.$//'`
+ACP=`ls /usr/share/cloudstack-agent/lib/*.jar | tr '\n' ':' | sed s'/.$//'`
59
60
# We need to append the JSVC daemon JAR to the classpath
61
# AgentShell implements the JSVC daemon methods
0 commit comments