Bugzilla – Attachment 114025 Details for
Bug 26947
kohastructure.sql should be updated for each release
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26947: Correct path for chown and chmod
Bug-26947-Correct-path-for-chown-and-chmod.patch (text/plain), 1.03 KB, created by
Victor Grousset/tuxayo
on 2020-11-26 19:04:36 UTC
(
hide
)
Description:
Bug 26947: Correct path for chown and chmod
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-11-26 19:04:36 UTC
Size:
1.03 KB
patch
obsolete
>From 90140d92f7ad4af5e230601aac0d361d7da18256 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 25 Nov 2020 15:43:52 +0100 >Subject: [PATCH] Bug 26947: Correct path for chown and chmod > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > debian/scripts/koha-dump | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/scripts/koha-dump b/debian/scripts/koha-dump >index 418fd9fe01..5b597c514e 100755 >--- a/debian/scripts/koha-dump >+++ b/debian/scripts/koha-dump >@@ -80,8 +80,8 @@ dump_instance() > [ "$quiet" = "no" ] && echo "* schema to $schemadump" > mysqldump $dbflag -d --host="$mysqlhost" \ > --user="$mysqluser" --password="$mysqlpass" "$mysqldb" > "$schemadump" >- chown "root:$name-koha" "$dbdump" >- chmod g+r "$dbdump" >+ chown "root:$name-koha" "$schemadump" >+ chmod g+r "$schemadump" > else > [ "$quiet" = "no" ] && echo "* DB to $dbdump" > mysqldump $dbflag --host="$mysqlhost" \ >-- >2.29.2
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 26947
:
113603
|
113794
|
113799
|
113800
|
113802
|
113803
|
113804
|
113805
|
113989
|
114021
|
114022
|
114023
|
114024
|
114025
|
114195
|
114196
|
114197
|
114198
|
114199
|
114201
|
115065
|
115066
|
115067
|
115068
|
115069
|
115070
|
115073