diff options
author | Joerg Jaspert <joerg@debian.org> | 2008-09-27 16:16:31 +0200 |
---|---|---|
committer | Joerg Jaspert <joerg@debian.org> | 2008-09-27 16:16:31 +0200 |
commit | 83c5a8c6a5b21081a9d665817342edee53fc10b9 (patch) | |
tree | e40624fa951a9c3be576a104dca189ee66abbdb3 | |
parent | e42f0e6693b371a789b2aa1898d454c10c77fbf0 (diff) |
common functions
source our common functions
Signed-off-by: Joerg Jaspert <joerg@debian.org>
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ftpsync b/bin/ftpsync index d9b0307..b8c1ce6 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -19,6 +19,8 @@ set -e # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Source our common functions +. ${HOME}/etc/common # Read our config file NAME="`basename $0`" |