diff --git a/scripts/clmc-agent/install.sh b/scripts/clmc-agent/install.sh index 7271193a138b7ca79a60cf27a02fad267066616b..93bdd81496e09e78c28c417dd143d2c27b89fad7 100755 --- a/scripts/clmc-agent/install.sh +++ b/scripts/clmc-agent/install.sh @@ -42,7 +42,7 @@ TELEGRAF_CHECKSUM=dc24932fa1aef9392582880c077dd2493b9f2c66babd7733a0654540bbb500 # load the runtime configuration for the artefact repository if [ ! -f ${REPO_ROOT}/reporc ]; then - echo "Cannot download FLIPS binaries as reporc file containing artefact repository credentials does not exist within user's home folder" + echo "Cannot download telegraf binary: reporc file containing artefact repository credentials does not exist in ${REPO_ROOT}/reporc" exit 1 fi source ${REPO_ROOT}/reporc