Skip to content

Commit 0f53697

Browse files
committed
Updated the READMEs to reflect using the standalone version of docker-compose as opposed to the plugin version.
1 parent 8149bd8 commit 0f53697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monitoring/monitor_fsxn_with_harvest_on_ec2/README-Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ARCH=$(uname -m)
122122
if [ -z "$ARCH" -o -z "$LATEST_COMPOSE_VERSION" ]; then
123123
echo "Error: Unable to determine latest version or architecture."
124124
else
125-
sudo curl -L "https://github.com/docker/compose/releases/download/$LATEST_COMPOSE_VERSION/docker-compose-linux-$ARCH" -o /usr/local/bin/docker-compose
125+
sudo curl -s -L "https://github.com/docker/compose/releases/download/$LATEST_COMPOSE_VERSION/docker-compose-linux-$ARCH" -o /usr/local/bin/docker-compose
126126
sudo chmod +x /usr/local/bin/docker-compose
127127
# Create a symlink in /usr/bin for more accessibility.
128128
[ ! -L /usr/bin/docker-compose ] && sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose

0 commit comments

Comments
 (0)