diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ftpsync b/bin/ftpsync index 6a2ddab..a9b3985 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -317,6 +317,8 @@ HOOK3=${HOOK3:-""} HOOK4=${HOOK4:-""} HOOK5=${HOOK5:-""} +# Are we a hub? +HUB=${HUB:-"false"} # Some sane defaults cd "${BASEDIR}" |