summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index d4d168a..f7c0ef6 100755
--- a/install.sh
+++ b/install.sh
@@ -5,7 +5,7 @@ if [ "$#" -ne 1 ]; then
git submodule update --init --recursive
# ensure mail directory exists
- mkdir -p ~/.mail
+ mkdir -p ~/.mail/tharre3@gmail.com
find . -maxdepth 1 ! -path . ! -name .git ! -name .gitmodules \
! -name .gitignore ! -name .updated -name '.*' -exec "$0" {} \;