Bugzilla – Attachment 47349 Details for
Bug 14532
koha-dump should provide a way to exclude Zebra indexes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14532 - fix syntax error in script
Bug-14532---fix-syntax-error-in-script.patch (text/plain), 786 bytes, created by
Jonathan Druart
on 2016-01-27 14:23:30 UTC
(
hide
)
Description:
Bug 14532 - fix syntax error in script
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-27 14:23:30 UTC
Size:
786 bytes
patch
obsolete
>From 6e6bef8d5e29f38623548d4bedd2065cd7fc45a6 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Tue, 10 Nov 2015 15:53:24 +1300 >Subject: [PATCH] Bug 14532 - fix syntax error in script > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14532
:
41098
|
44442
|
44674
|
44675
|
44676
|
47117
|
47307
|
47348
| 47349 |
47350
|
47351