aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <ryanakca@kubuntu.org>2011-08-25 20:17:50 -0400
committerRyan Kavanagh <ryanakca@kubuntu.org>2011-08-25 20:17:50 -0400
commitfc5322235154a400bb2b5cc5bf214d155e44c594 (patch)
tree0a93a1671edab5e2050dd7249015e6ba88884640
parentCommentout terminfo line in .screenrc, was causing hardstatus line to duplica... (diff)
~/.msmtprc needs to be 0600
Diffstat (limited to '')
-rwxr-xr-xdm1
1 files changed, 1 insertions, 0 deletions
diff --git a/dm b/dm
index cff5aff..cfb18e2 100755
--- a/dm
+++ b/dm
@@ -105,6 +105,7 @@ build/%: % $(SUBSTS_FILE)
install: $(BUILD)
rsync -a build/ ~
+ chmod 600 ~/.msmtprc
sha256sums: .git/refs/heads/$(CURRENT_BRANCH)
$(SHA256) `git ls-files | grep -v $@` > $@