Bugzilla – Attachment #4023: Follow up patch for
bug #6031
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 6031
Collapse All
|
Expand All
(-)
a/debian/scripts/koha-rebuild-zebra (-2 / +2 lines)
Lines 44-50 done
Link Here
44
44
45
45
46
46
47
function run_zebra () {
47
run_zebra()
48
{
48
name=$1; shift
49
name=$1; shift
49
50
50
sudo -u "$name-koha" -H \
51
sudo -u "$name-koha" -H \
51
-
Return to
bug 6031