Skip to content

Commit

Permalink
debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jan 12, 2024
1 parent 20ffc37 commit e0f95bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-space-drain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ prefix=${3:-logstack}
# cf app "${prefix}-space-drain" > /dev/null 2>&1 && echo "Drain already exists." && exit 0

echo "test... downloading..."
apt install curl -y
apt install jq curl -y
curl -L -o logstash/drain-plugin https://github.com/cloudfoundry/cf-drain-cli/releases/download/v2.0.0/cf-drain-cli-linux --insecure
echo "test... finish download..."
# echo "test ... linux version"
Expand Down

0 comments on commit e0f95bd

Please sign in to comment.