From 223f589f9f8c6e513e9c8b0779df1cac3348f0ef Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Thu, 31 May 2012 08:39:43 +0100 Subject: [PATCH] Fixed a bug in the server "jar" command. Prevented specifying a jar file name. --- init/msm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/msm b/init/msm index 42e34af..54d5946 100755 --- a/init/msm +++ b/init/msm @@ -944,7 +944,7 @@ server_backup() { # $2: The name of the jar group # $3: Optionally, a specific jar to use. server_set_jar() { - if [ -e "$JAR_STORAGE_PATH/$3" ]; then + if [ -e "$JAR_STORAGE_PATH/$2" ]; then if [ -z "$3" ]; then # If a specific jar file is not mentioned