Skip to content

Commit

Permalink
mailrun: quieter, damnit
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Dec 11, 2011
1 parent 8c6af7e commit 179a942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailrun
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

pgrep offlineimap >/dev/null || offlineimap -o -u quiet &
pgrep offlineimap >/dev/null || offlineimap -o -u quiet >/dev/null &

exit 0

0 comments on commit 179a942

Please sign in to comment.