summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-14 15:28:28 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-14 15:28:28 +0200
commit906a6edff6feafc811e969c4d9e4ac80135a118a (patch)
tree28e88b5f2e55fb80e503b6d5c990b6fc8d7e04d6
parentc28f0a961dacc1f470e51a482223e8d09a0542a8 (diff)
downloadjenkins.debian.net-906a6edff6feafc811e969c4d9e4ac80135a118a.tar.xz
use 'hostname -f' output instead of jenkins
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 2383a026..7f24b954 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -351,4 +351,4 @@ rgrep FIXME $BASEDIR/* | grep -v "rgrep FIXME" | grep -v echo
# finally
#
touch $STAMP # so on the next run, only configs newer than this file will be updated
-explain "Jenkins successfully updated."
+explain "$(hostname -f) successfully updated."