We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b12eb commit ed25941Copy full SHA for ed25941
install_bx.sh
@@ -8,6 +8,7 @@ tar -xf /tmp/Bluemix_CLI_amd64.tar.gz --directory=/tmp
8
echo "#!/bin/sh" >/tmp/Bluemix_CLI/bin/bx
9
echo "/tmp/Bluemix_CLI/bin/bluemix \"\$@\" " >>/tmp/Bluemix_CLI/bin/bx
10
chmod +x /tmp/Bluemix_CLI/bin/*
11
+chmod +x /tmp/Bluemix_CLI/bin/cfcli/*
12
13
export PATH="/tmp/Bluemix_CLI/bin:$PATH"
14
0 commit comments