File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Monitoring/monitor_fsxn_with_harvest_on_ec2 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ ARCH=$(uname -m)
122122if [ -z " $ARCH " -o -z " $LATEST_COMPOSE_VERSION " ]; then
123123 echo " Error: Unable to determine latest version or architecture."
124124else
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
You can’t perform that action at this time.
0 commit comments