comparison scripts/backup-usps.sh @ 195:26bb64873bbe production v1.3.0

flow: Merged <release> 'v1.3.0' to <master> ('production').
author smith@nwoca.org
date Thu, 21 Sep 2017 17:14:46 +0100
parents 620ea742f1df
children
comparison
equal deleted inserted replaced
184:26892906f365 195:26bb64873bbe
1 #!/bin/bash 1 #!/bin/bash
2 2
3 source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh" 3 source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh"
4 4
5 ${SSDT_SCRIPTS}/backup-container.sh uspsdb 5 ${SSDT_SCRIPTS}/backup-container.sh uspsdb ${1}
6 6