summaryrefslogtreecommitdiffstats
path: root/node-admin/scripts
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-09-07 13:20:54 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-09-07 13:20:54 +0200
commit91f719ec1c07fbcd478d67657d26650dc547239e (patch)
tree07071595f4d0b933c9c43069458ffd5d8516f487 /node-admin/scripts
parent6c28b46445969198fc22c75d4d744e93e52712eb (diff)
Add vespalog to class path (needed for using LogLevel)
Diffstat (limited to 'node-admin/scripts')
-rwxr-xr-xnode-admin/scripts/maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-admin/scripts/maintenance.sh b/node-admin/scripts/maintenance.sh
index 1d5e6c1ee87..f637bdca035 100755
--- a/node-admin/scripts/maintenance.sh
+++ b/node-admin/scripts/maintenance.sh
@@ -2,7 +2,7 @@
if [ -z "$CLASSPATH" ]; then
- CLASSPATH=/home/y/lib/jars/node-admin-maintenance-jar-with-dependencies.jar:/home/y/lib/jars/docker-api-jar-with-dependencies.jar
+ CLASSPATH=/home/y/lib/jars/node-admin-maintenance-jar-with-dependencies.jar:/home/y/lib/jars/docker-api-jar-with-dependencies.jar:/home/y/lib/jars/vespalog.jar
fi
java \