Skip to content

Commit ed25941

Browse files
committed
allowing exec of cfcli dir of Bluemix_CLI
1 parent 31b12eb commit ed25941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install_bx.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tar -xf /tmp/Bluemix_CLI_amd64.tar.gz --directory=/tmp
88
echo "#!/bin/sh" >/tmp/Bluemix_CLI/bin/bx
99
echo "/tmp/Bluemix_CLI/bin/bluemix \"\$@\" " >>/tmp/Bluemix_CLI/bin/bx
1010
chmod +x /tmp/Bluemix_CLI/bin/*
11+
chmod +x /tmp/Bluemix_CLI/bin/cfcli/*
1112

1213
export PATH="/tmp/Bluemix_CLI/bin:$PATH"
1314

0 commit comments

Comments
 (0)