Bug 14674: [QA Follow-up] Typos and textual adjustment
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 21 Oct 2015 11:02:31 +0000 (13:02 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 23 Oct 2015 13:09:32 +0000 (10:09 -0300)
commit003ff493b5d167e9e77d297de29f27d000564cd0
tree29e3aaebcab3b3e1a9cff73d41693f9e675b9c55
parent4a714313fef3f1a5076cf94c4e0e4e484e4c2299
Bug 14674: [QA Follow-up] Typos and textual adjustment

This patch does:

[1] Resolve error [koha-create: line 294: local: `=upload21': not a valid
    identifier] by replacing $instance by instance.
[2] Resolved typo for 'specify'.
[3] Resolve error: [sed: -e expression #26, char 20: unknown option to `s']
    by replacing the slash in the sed line by a #. This makes sed not
    stumble over the slashes in the upload path.
[4] Added the aspect of permanent storage in the wording (as opposed to
    the storage of temporary uploads in /tmp or similar).

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Verified that koha-create now inserts the right path in koha-conf.xml.
Verified that koha-create-dirs created the new uploads directory.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
debian/docs/koha-create.xml
debian/scripts/koha-create