Revision 6087
Added by Aaron Marcuse-Kubitza over 12 years ago
vegbien_dest | ||
---|---|---|
19 | 19 |
${prefix}user=bien \ |
20 | 20 |
${prefix}password="$(cat "$selfDir/../config/bien_password")" \ |
21 | 21 |
${prefix}database=vegbien \ |
22 |
${prefix}schemas="temp,$public,TNRS,functions,py_functions"
|
|
22 |
${prefix}schemas="temp${public:+,$public},TNRS,functions,py_functions"
|
|
23 | 23 |
} |
24 | 24 |
vegbien_dest_main "$@" |
Also available in: Unified diff
vegbien_dest: $schemas: Don't include the , before $public if it has been set to the empty string (deleted)