From 9be3b61afa19b8942db376fcbc5f5008e695ce9b Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Tue, 10 Nov 2015 15:53:24 +1300 Subject: [PATCH] Bug 14532 - fix syntax error in script Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- debian/scripts/koha-dump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-dump b/debian/scripts/koha-dump index 9961093f2f..5f4676f655 100755 --- a/debian/scripts/koha-dump +++ b/debian/scripts/koha-dump @@ -82,7 +82,7 @@ dump_instance() [ "$quiet" = "no" ] && echo "* configs, logs to $metadump" zebra_files="" - if [ "$exclude_indexes" = "no" ] + if [ "$exclude_indexes" = "no" ]; then zebra_files="var/lib/koha/$name" fi -- 2.39.2