4b91582491ccb40120ff358e7f8d60890498edc0
downloads/sbmigrate-site
... | ... | @@ -1,5 +1,4 @@ |
1 | 1 | #!/usr/bin/env bash |
2 | -# $Id$ |
|
3 | 2 | |
4 | 3 | USAGE="Usage : sbmigrate-site [ site name ]" |
5 | 4 | |
... | ... | @@ -57,14 +56,16 @@ else |
57 | 56 | echo "This script will migrate the site configuration" |
58 | 57 | echo "for your SBGrid installation. You will be able to" |
59 | 58 | echo "confirm your settings before the migration happens." |
60 | - echo "You may need the confirm site name by email if your" |
|
61 | - echo "advisor is not listed below at accounts@sbgrid.org" |
|
62 | - echo "The process will be fast and will not impact running jobs." |
|
63 | - echo |
|
59 | + echo "You may need to confirm site name by email if your" |
|
60 | + echo "advisor is not listed below. Email accounts@sbgrid.org." |
|
61 | + echo |
|
62 | + echo "The migration process will not impact running jobs or" |
|
63 | + echo "prevent software from functioning normally." |
|
64 | 64 | echo "Exit at any time with a CTRL-c." |
65 | 65 | echo |
66 | 66 | |
67 | 67 | unset install_sitename |
68 | + |
|
68 | 69 | echo "Please select your site name from this list:" |
69 | 70 | echo " PI (site name)" |
70 | 71 | echo "1) Dessen (dessen_a_514i)" |
... | ... | @@ -73,7 +74,7 @@ else |
73 | 74 | echo "4) Petosa (petosa_c_148i)" |
74 | 75 | echo "5) Schoehn (schoehn_g_408i)" |
75 | 76 | echo "6) Weik (weik_m_513i)" |
76 | - echo "7) Other (enter manually)" |
|
77 | + echo "7) Other (enter site manually)" |
|
77 | 78 | echo "---------------------------------" |
78 | 79 | read labvar |
79 | 80 | |
... | ... | @@ -189,6 +190,8 @@ if [ $sbgrid_exit == 0 ] ; then |
189 | 190 | echo "Test appears to have succeeded!" |
190 | 191 | echo "Migration complete!" |
191 | 192 | else |
192 | - echo "Migration complete but post install test failed." |
|
193 | - echo "Please send any errors you see above to bugs@sbgrid.org" |
|
193 | + echo "Migration is complete but a post install test failed." |
|
194 | + echo "It is possible the site configuration is invalid. " |
|
195 | + echo "Please send the output of the sbinfo command and " |
|
196 | + echo "any errors you see above to bugs@sbgrid.org and we'll help" |
|
194 | 197 | fi |