Bug 14532 - fix syntax error in script
authorRobin Sheat <robin@catalyst.net.nz>
Tue, 10 Nov 2015 02:53:24 +0000 (15:53 +1300)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 2 Mar 2016 04:39:51 +0000 (04:39 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
debian/scripts/koha-dump

index 9961093..5f4676f 100755 (executable)
@@ -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