diff options
Diffstat (limited to 'bin/ftpsync')
-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`" |