aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index e55979e..8f6b57b 100755
--- a/install
+++ b/install
@@ -35,7 +35,7 @@ find -L -- . -type f -name "*\.org" | while read -r file; do
done
find -L -- . -type f -name "*\.org\.gpg" | while read -r file; do
echo " installing $file..."
- gpg -d "$file" > tmp.org
+ gpg -d "$file" 1> tmp.org 2>> ~/.update-home.log
emacs --batch tmp.org -f package-initialize --eval '(org-babel-tangle)' >> ~/.update-home.log 2>&1
rm tmp.org
done