View | Details | Raw Unified | Return to bug 6651
Collapse All | Expand All

(-)a/debian/scripts/koha-upgrade-to-3.4 (-2 / +1 lines)
Lines 37-43 Koha will be upgraded for the following instances: $TO_UPGRADE Link Here
37
This may take some time to run. Go make a coffee.
37
This may take some time to run. Go make a coffee.
38
EOH
38
EOH
39
39
40
for name in "$TO_UPGRADE"
40
for name in $TO_UPGRADE
41
do
41
do
42
    echo "Upgrading $name..."
42
    echo "Upgrading $name..."
43
    sudo -u "$name-koha" -H \
43
    sudo -u "$name-koha" -H \
44
- 

Return to bug 6651