aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2016-11-02 09:22:11 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-02 09:22:11 +0000
commit022de9c9346e967f543d1dd8ff67a0adbe259139 (patch)
tree61af0758111c3bd0a0a6d5e970fc5b405fc17399 /scripts
parent1d79bcb220aee234facd4f19c61335d0520b806d (diff)
parentad5d6add150ab685dfc22a83db298ecb7bffd7a2 (diff)
Merge "Modify the file permission of cleanup_script.sh"
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/cleanup_creds.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/cleanup_creds.sh b/scripts/cleanup_creds.sh
index 9bf44305..b4eee924 100644..100755
--- a/scripts/cleanup_creds.sh
+++ b/scripts/cleanup_creds.sh
@@ -9,6 +9,3 @@ case "$INSTALLER_TYPE" in
ssh $sshoptions -i ./config/QtipKey root@$DEST_IP "sed -i '/root@$HOSTNAME/d' /root/.ssh/authorized_keys"
;;
esac
-
-
-