diff options
-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." |