|
Lines 47-53
do
Link Here
|
| 47 |
if is_instance $name ; then |
47 |
if is_instance $name ; then |
| 48 |
passwd=$(xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/$name/koha-conf.xml); |
48 |
passwd=$(xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/$name/koha-conf.xml); |
| 49 |
echo "Password for $name: $passwd" |
49 |
echo "Password for $name: $passwd" |
| 50 |
echo "Press any key to clear the screen..." |
50 |
echo "Press enter to clear the screen..." |
| 51 |
read anykey |
51 |
read anykey |
| 52 |
clear |
52 |
clear |
| 53 |
else |
53 |
else |
| 54 |
- |
|
|