debian: Remove the scripts directory from the classpath

Scripts are found by paths.script in environment.properties
This commit is contained in:
Wido den Hollander 2013-03-01 15:22:12 +01:00
parent c83eae6384
commit 379177fafc
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ ACP=`ls /usr/share/cloudstack-agent/lib/* | tr '\n' ':'`
# We need to append the JSVC daemon JAR to the classpath
# AgentShell implements the JSVC daemon methods
export CLASSPATH="/usr/share/java/commons-daemon.jar:$ACP:/etc/cloudstack/agent:/usr/share/cloudstack-common/scripts"
export CLASSPATH="/usr/share/java/commons-daemon.jar:$ACP:/etc/cloudstack/agent"
wait_for_network() {
i=1