|
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 |
- |
|
|