summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-01 17:37:40 +0800
committerwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-01 17:37:40 +0800
commitad5d6add150ab685dfc22a83db298ecb7bffd7a2 (patch)
treebf4ed9dcc10b70357735cc3aef772f1b33300b08 /scripts
parent356e73b6a3f47669e907cb5e54494d4bb1163330 (diff)
Modify the file permission of cleanup_script.sh
This scripts can not be executed by incorrect file permission. Change-Id: I75cbf7272030d0abee87770ec2d4795e158dea34 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
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
-
-
-