From ad5d6add150ab685dfc22a83db298ecb7bffd7a2 Mon Sep 17 00:00:00 2001 From: "wu.zhihui" Date: Tue, 1 Nov 2016 17:37:40 +0800 Subject: 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 --- scripts/cleanup_creds.sh | 3 --- 1 file changed, 3 deletions(-) mode change 100644 => 100755 scripts/cleanup_creds.sh (limited to 'scripts') diff --git a/scripts/cleanup_creds.sh b/scripts/cleanup_creds.sh old mode 100644 new mode 100755 index 9bf44305..b4eee924 --- 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 - - - -- cgit 1.2.3-korg