Modify the file permission of cleanup_script.sh 35/23835/1
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Tue, 1 Nov 2016 09:37:40 +0000 (17:37 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Tue, 1 Nov 2016 09:37:40 +0000 (17:37 +0800)
This scripts can not be executed by incorrect file permission.

Change-Id: I75cbf7272030d0abee87770ec2d4795e158dea34
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
scripts/cleanup_creds.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 9bf4430..b4eee92
@@ -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
-
-
-