From: wu.zhihui Date: Tue, 1 Nov 2016 09:37:40 +0000 (+0800) Subject: Modify the file permission of cleanup_script.sh X-Git-Tag: danube.1.0~216^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ad5d6add150ab685dfc22a83db298ecb7bffd7a2;p=qtip.git 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 --- 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 - - -