summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-29 13:07:34 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-29 13:07:34 +0100
commitdb8b2daaf6efc5f2737cf99fa6f21bc78f147b55 (patch)
treebc217e38165be90640d086fab4af46ca13f2e0a4
parent0bb630ef61b2a21536987213d0faed6fe820064e (diff)
it wasn't expanding ~/ to home so I put the full path
-rwxr-xr-xlabs_change_detector2
1 files changed, 1 insertions, 1 deletions
diff --git a/labs_change_detector b/labs_change_detector
index 1994cb0..9fb9fd3 100755
--- a/labs_change_detector
+++ b/labs_change_detector
@@ -1,7 +1,7 @@
#! /bin/bash
bot_ipc="/tmp/un-provoked-message-store"
-maildir="~/Maildir/new"
+maildir="/home/pbot-ng/Maildir/new"
shopt -s extglob