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 <chrisc@catalyst.net.nz>
This commit is contained in:
parent
6ba210af18
commit
ae022e9a22
1 changed files with 1 additions and 1 deletions
2
debian/scripts/koha-upgrade-to-3.4
vendored
2
debian/scripts/koha-upgrade-to-3.4
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue