From 38fec75b4aff10fe973e632c5699c941ef3b0b2c Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sun, 4 Nov 2012 02:49:07 +0000 Subject: [PATCH] Add missing closing square bracket --- init/msm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/msm b/init/msm index bd5dc0e..b05f485 100755 --- a/init/msm +++ b/init/msm @@ -320,7 +320,7 @@ world_to_ram() { world_property "$1" FLAG_INRAM world_property "$1" PATH - if [[ "$SETTINGS_RAMDISK_STORAGE_ENABLED" == "true" ]; then + if [[ "$SETTINGS_RAMDISK_STORAGE_ENABLED" == "true" ]]; then as_user "${SERVER_USERNAME[${WORLD_SERVER_ID[$1]}]}" "mkdir -p \"${WORLD_RAMDISK_PATH[$1]}\" && rsync -rt --exclude '$(basename "${WORLD_FLAG_INRAM[$1]}")' \"${WORLD_PATH[$1]}/\" \"${WORLD_RAMDISK_PATH[$1]}\"" fi }