summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-08 20:12:04 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-08 20:12:04 +0100
commit0c29605e305bfc3b0e89c5136830de2fdf743e21 (patch)
treec367cd9db28e37e43e2307594a51205afd14b1c4
parent49424cd5cd747f92f52966fcdf026d7c644b30a4 (diff)
Add HOOKX variable definitions
Signed-off-by: Joerg Jaspert <joerg@debian.org>
-rwxr-xr-xbin/ftpsync7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index b251654..6a2ddab 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -310,6 +310,13 @@ for ARCH in ${ARCH_EXCLUDE}; do
fi
done
+# Hooks
+HOOK1=${HOOK1:-""}
+HOOK2=${HOOK2:-""}
+HOOK3=${HOOK3:-""}
+HOOK4=${HOOK4:-""}
+HOOK5=${HOOK5:-""}
+
# Some sane defaults
cd "${BASEDIR}"