From 47b756ab265e91414b576f01bb21a002a23cf7e5 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 --- 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 9961093..5f4676f 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.1.4