Revision 1299
Added by Aaron Marcuse-Kubitza almost 13 years ago
map | ||
---|---|---|
17 | 17 |
# will exit this script if password not set |
18 | 18 |
export in_user="$USER" in_password="$mysql_password" |
19 | 19 |
if test "$in_database" = SALVIAS; then in_database=salvias_plots |
20 |
elif test "$in_database" = NYBG; then in_database=bien2_staging
|
|
20 |
else in_database=bien2_staging
|
|
21 | 21 |
fi |
22 | 22 |
else |
23 | 23 |
export in_user=bien in_password="$bien_password" |
Also available in: Unified diff
map: On nimoy, use bien2_staging unless otherwise specified