diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-11-01 17:37:40 +0800 |
---|---|---|
committer | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-11-01 17:37:40 +0800 |
commit | ad5d6add150ab685dfc22a83db298ecb7bffd7a2 (patch) | |
tree | bf4ed9dcc10b70357735cc3aef772f1b33300b08 | |
parent | 356e73b6a3f47669e907cb5e54494d4bb1163330 (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>
-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 - - - |