Bugzilla – Attachment 44674 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), 713 bytes, created by
Robin Sheat
on 2015-11-10 03:18:35 UTC
(
hide
)
Description:
Bug 14532 - fix syntax error in script
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2015-11-10 03:18:35 UTC
Size:
713 bytes
patch
obsolete
>From 47b756ab265e91414b576f01bb21a002a23cf7e5 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 > >--- > 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
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