From 3974f61003c4cba87ffbd397a6224b517dea7007 Mon Sep 17 00:00:00 2001 From: Peter Boraros Date: Wed, 9 Nov 2011 02:21:04 +0100 Subject: [PATCH] Fix scripts. --- bin/libs.sh | 1 + bin/startServer.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/libs.sh b/bin/libs.sh index 7d11177..99a1e50 100644 --- a/bin/libs.sh +++ b/bin/libs.sh @@ -1 +1,2 @@ +JAR="keyczar-0.6b-jar-with-dependencies.jar" CP="keyczar-0.6b-jar-with-dependencies.jar" diff --git a/bin/startServer.sh b/bin/startServer.sh index 361821a..98c1004 100755 --- a/bin/startServer.sh +++ b/bin/startServer.sh @@ -28,4 +28,4 @@ else exit 1 fi -java -Dmilis=$milis -Dnanos=$nanos -Dfile.encoding=UTF-8 -classpath $CP cz.cvut.keyczar.homework.VerificationServer $2 $3$1 $4$1 +java -Dmilis=$milis -Dnanos=$nanos -Dfile.encoding=UTF-8 -jar $JAR $2 $3$1 $4$1