Add license headers
[bottlenecks.git] / utils / infra_setup / vm_dev_setup / setup_env.sh
index bfc8f72..db280e7 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/bash
+##############################################################################
+# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 
 set -x
 
@@ -71,10 +79,10 @@ bottlenecks_download_repo()
     if [ ! -d $BOTTLENECKS_REPO_DIR ]; then
         sudo git clone $BOTTLENECKS_REPO $BOTTLENECKS_REPO_DIR
     fi
-    sudo cd $BOTTLENECKS_REPO_DIR
+    cd $BOTTLENECKS_REPO_DIR
     sudo git checkout master && sudo git pull
     git_checkout $BOTTLENECKS_BRANCH $BOTTLENECKS_REPO
-    sudo cd -
+    cd -
 }
 
 bottlenecks_config_hosts_ip()