diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-14 15:28:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-14 15:28:28 +0200 |
commit | 906a6edff6feafc811e969c4d9e4ac80135a118a (patch) | |
tree | 28e88b5f2e55fb80e503b6d5c990b6fc8d7e04d6 | |
parent | c28f0a961dacc1f470e51a482223e8d09a0542a8 (diff) | |
download | jenkins.debian.net-906a6edff6feafc811e969c4d9e4ac80135a118a.tar.xz |
use 'hostname -f' output instead of jenkins
-rwxr-xr-x | update_jdn.sh | 2 |
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." |