Bugzilla – Attachment 105359 Details for
Bug 20116
Improve performance by caching the language list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20116: Fix package install path for clear_cache.pl
Bug-20116-Fix-package-install-path-for-clearcachep.patch (text/plain), 1019 bytes, created by
Jonathan Druart
on 2020-05-26 12:41:48 UTC
(
hide
)
Description:
Bug 20116: Fix package install path for clear_cache.pl
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-26 12:41:48 UTC
Size:
1019 bytes
patch
obsolete
>From ca80df3032b40d57f84c5710af09898ac05d8a29 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 26 May 2020 14:41:04 +0200 >Subject: [PATCH] Bug 20116: Fix package install path for clear_cache.pl > >root@koha-debian10:~# koha-translate --install es-ES >/bin/bash: /usr/share/koha/misc/bin/clear_cache.pl: No such file or directory > >The script is in /usr/share/koha/bin/clear_cache.pl >--- > debian/scripts/koha-translate | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-translate b/debian/scripts/koha-translate >index 8b9c6b664f..69936c000e 100755 >--- a/debian/scripts/koha-translate >+++ b/debian/scripts/koha-translate >@@ -234,7 +234,7 @@ init_template_paths() > flush_cache() > { > if [ "$dev" = "" ]; then >- koha-foreach --enabled "$KOHA_HOME/misc/bin/clear_cache.pl" >+ koha-foreach --enabled "$KOHA_HOME/bin/clear_cache.pl" > else > koha-shell $dev -c "$KOHA_HOME/misc/bin/clear_cache.pl" > fi >-- >2.20.1
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 20116
:
71097
|
71098
|
73521
|
73619
|
73620
|
75382
|
75383
|
75384
|
75385
|
88200
|
88201
|
88202
|
94995
|
94996
|
94997
|
99431
|
99432
|
99433
|
103007
|
103008
|
103009
| 105359