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 3c4bd02 commit 3060104
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions create-space-drain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ prefix=${3:-logstack}
# fi


echo "test...... "
echo "test... Uinstalling..."
cf uninstall-plugin drains
echo "test... Installing..."
echo "test... downloading..."
curl -L -o drain-plugin https://github.com/cloudfoundry/cf-drain-cli/releases/download/v2.0.0/cf-drain-cli-linux --insecure &&
cf install-plugin -f drain-plugin &&
ls -l
ldd drain-plugin
echo "test... Installing..."
cf install-plugin -f drain-plugin &&
rm -f drain-plugin &&
mkdir -p /root/.cf/ && touch /root/.cf/config.json &&
echo "test cf-drain-cli plugin installed successfully."
Expand Down

0 comments on commit 3060104

Please sign in to comment.