Bugzilla – Attachment 46987 Details for
Bug 13143
Add a tool to show a Koha's password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13143: Followup - Correct the pause message
Bug-13143-Followup---Correct-the-pause-message.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2016-01-20 10:49:22 UTC
(
hide
)
Description:
Bug 13143: Followup - Correct the pause message
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-20 10:49:22 UTC
Size:
1.48 KB
patch
obsolete
>From 8e0e6576fbb38673d2b1843b9f0f7da1e5ecea24 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 26 Nov 2014 16:23:31 -0500 >Subject: [PATCH] Bug 13143: Followup - Correct the pause message > >'read anykey' actually requires enter under sh. >This patch changes the string from: > 'Press any key to clear the screen...' >to > 'Press enter to clear the screen...' > >TEST PLAN >--------- >1) Apply the first two patches >2) Trigger the script. >2) Press 'q' or anything other than enter when prompted. > --- You could type a whole sentence! Oops! >3) Press enter. >4) Apply this patch >5) Trigger the script. >6) Be happy that you aren't told any key will work. >7) run koha qa tools > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> > >http://bugs.koha-community.org/show_bug.cgi?id=13141 > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > debian/scripts/koha-passwd | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-passwd b/debian/scripts/koha-passwd >index 1f14e26..b9faa02 100755 >--- a/debian/scripts/koha-passwd >+++ b/debian/scripts/koha-passwd >@@ -47,7 +47,7 @@ do > if is_instance $name ; then > passwd=$(xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/$name/koha-conf.xml); > echo "Password for $name: $passwd" >- echo "Press any key to clear the screen..." >+ echo "Press enter to clear the screen..." > read anykey > clear > else >-- >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 13143
:
32682
|
32685
|
32686
|
32687
|
33019
|
33020
|
33962
|
33963
|
33964
|
36435
|
40817
|
46924
|
46925
|
46926
|
46927
|
46985
|
46986
| 46987 |
46988