Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
356e73b
)
Modify the file permission of cleanup_script.sh
35/23835/1
author
wu.zhihui
<wu.zhihui1@zte.com.cn>
Tue, 1 Nov 2016 09:37:40 +0000
(17:37 +0800)
committer
wu.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]
patch
|
blob
|
history
diff --git
a/scripts/cleanup_creds.sh
b/scripts/cleanup_creds.sh
old mode 100644
(file)
new mode 100755
(executable)
index
9bf4430
..
b4eee92
--- 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
-
-
-