Add message when adding consule directly on target.
This commit is contained in:
parent
50b1867f4d
commit
48a0fb5bd0
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ cat << eof
|
|||
if [ "\$cksum_is" = "$cksum_should" ]; then
|
||||
chown root:root "$destination"
|
||||
chmod 755 "$destination"
|
||||
echo "__consul/usr/local/bin/consul" >> "$__messages_out"
|
||||
else
|
||||
rm -f "$destination"
|
||||
echo "Failed to verify checksum for $__object_name" >&2
|
||||
|
|
Loading…
Reference in a new issue