Bug 6651 - fix splitting of names when updating to 3.4
authorRobin Sheat <robin@catalyst.net.nz>
Sun, 31 Jul 2011 02:26:23 +0000 (14:26 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 12 Sep 2011 22:29:12 +0000 (10:29 +1200)
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 <chrisc@catalyst.net.nz>
debian/scripts/koha-upgrade-to-3.4

index 45650c1..190d841 100755 (executable)
@@ -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 \