projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e171b2d
)
install-symlinks.sh: chmod 600 .ssh/config
author
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Fri, 7 Dec 2012 19:09:07 +0000 (11:09 -0800)
committer
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Fri, 7 Dec 2012 19:09:07 +0000 (11:09 -0800)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
install-symlinks.sh
patch
|
blob
|
history
diff --git
a/install-symlinks.sh
b/install-symlinks.sh
index
de4ef11
..
ebb21b7
100755
(executable)
--- a/
install-symlinks.sh
+++ b/
install-symlinks.sh
@@
-66,4
+66,6
@@
done
if [ $copy_ssh_old -eq 1 ]; then
echo "copying files from .ssh-old to .ssh"
cp -f ../.ssh-old/* ../.ssh
+ echo "chmod 600 ../.ssh/config"
+ chmod 600 ../.ssh/config
fi