summaryrefslogtreecommitdiffstats
path: root/deploy_jdn
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-26 13:49:08 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-26 13:49:08 +0200
commita076d2e939e8a7c4c47b770f1a75ab091e474d1d (patch)
tree414e55a04cc03a6b0800c2b55bfbf432cd86ff19 /deploy_jdn
parentc48b847b2df40fa1192a5c8e28cafd0250dce070 (diff)
downloadjenkins.debian.net-a076d2e939e8a7c4c47b770f1a75ab091e474d1d.tar.xz
remove useless noisy end
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'deploy_jdn')
-rwxr-xr-xdeploy_jdn1
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy_jdn b/deploy_jdn
index d785070d..765bcf97 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -244,5 +244,4 @@ MIN=$(echo "($DURATION-$HOUR*3600)/60"|bc)
SEC=$(echo "$DURATION-$HOUR*3600-$MIN*60"|bc)
echo "$(date) - total duration: ${HOUR}h ${MIN}m ${SEC}s."
echo
-echo "the end."