diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2016-11-02 09:22:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-02 09:22:11 +0000 |
commit | 022de9c9346e967f543d1dd8ff67a0adbe259139 (patch) | |
tree | 61af0758111c3bd0a0a6d5e970fc5b405fc17399 | |
parent | 1d79bcb220aee234facd4f19c61335d0520b806d (diff) | |
parent | ad5d6add150ab685dfc22a83db298ecb7bffd7a2 (diff) |
Merge "Modify the file permission of cleanup_script.sh"
-rwxr-xr-x[-rw-r--r--] | scripts/cleanup_creds.sh | 3 |
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 - - - |