From ae022e9a22a4631216c43399609d8aae62d23fb5 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Sun, 31 Jul 2011 14:26:23 +1200 Subject: [PATCH] Bug 6651 - fix splitting of names when updating to 3.4 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. Signed-off-by: Chris Cormack --- debian/scripts/koha-upgrade-to-3.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-upgrade-to-3.4 b/debian/scripts/koha-upgrade-to-3.4 index 45650c1c46..190d841f54 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 \ -- 2.20.1