fixed a minor issue

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/9ef29540
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/9ef29540
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/9ef29540

Branch: refs/heads/master
Commit: 9ef29540108fbe4d69c74e408289419ab42accbc
Parents: 7ea42ea
Author: Anuradha Hegde <[email protected]>
Authored: Fri Jan 8 18:37:28 2016 +0000
Committer: Anuradha Hegde <[email protected]>
Committed: Fri Jan 8 18:37:28 2016 +0000

----------------------------------------------------------------------
 install/installer/cloud_cli_setup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/9ef29540/install/installer/cloud_cli_setup
----------------------------------------------------------------------
diff --git a/install/installer/cloud_cli_setup 
b/install/installer/cloud_cli_setup
index 408cbe9..1bab234 100755
--- a/install/installer/cloud_cli_setup
+++ b/install/installer/cloud_cli_setup
@@ -62,7 +62,7 @@ if [[ ! -z $AWS_CLOUD ]]; then
        ###### Copy the .aws folder to all nodes in the cluster for Trafodion Id
        sudo su $TRAF_USER --login --command "$TRAF_PDCP 
$HOME_DIR/$TRAF_USER/.aws $HOME_DIR/$TRAF_USER"
        echo
-       echo "***INFO: AWS configuration located in $HOME_DIR/$TRAF_DIR/.aws"
+       echo "***INFO: AWS configuration located in $HOME_DIR/$TRAF_USER/.aws"
        echo
     else
        echo "AWS Configuration already exist for Trafodion Id"
@@ -79,7 +79,7 @@ if [[ ! -z $AWS_CLOUD ]]; then
              ###### Copy the .aws folder to all nodes in the cluster for 
Trafodion Id
              sudo su $TRAF_USER --login --command "$TRAF_PDCP 
$HOME_DIR/$TRAF_USER/.aws $HOME_DIR/$TRAF_USER"
              echo
-             echo "***INFO: AWS configuration located in 
$HOME_DIR/$TRAF_DIR/.aws"
+             echo "***INFO: AWS configuration located in 
$HOME_DIR/$TRAF_USER/.aws"
              echo
          fi
        fi

Reply via email to