This affects only koha package installations that have multiple
instances running. After this patch, it's worth running the upgrade
again to ensure that everything happened correctly the first time.
---
 debian/scripts/koha-upgrade-to-3.4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/scripts/koha-upgrade-to-3.4 
b/debian/scripts/koha-upgrade-to-3.4
index 45650c1..190d841 100755
--- a/debian/scripts/koha-upgrade-to-3.4
+++ b/debian/scripts/koha-upgrade-to-3.4
@@ -37,7 +37,7 @@ Koha will be upgraded for the following instances: $TO_UPGRADE
 This may take some time to run. Go make a coffee.
 EOH
 
-for name in "$TO_UPGRADE"
+for name in $TO_UPGRADE
 do
     echo "Upgrading $name..."
     sudo -u "$name-koha" -H \
-- 
1.7.4.1

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to