summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-03-15 11:33:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-03-15 11:33:26 -0700
commit6b5c70e538c2dc88dff5c7f6a099afd155b3aaa0 (patch)
treee8801a736c67081232a06023c5270996ec326e6f
parent7717872d0626c3924d7b631eabda05be7906f414 (diff)
downloaddotfiles-6b5c70e538c2dc88dff5c7f6a099afd155b3aaa0.tar.gz
echo hint
-rwxr-xr-xbin/rt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rt b/bin/rt
index 66d7a62e..66c8a864 100755
--- a/bin/rt
+++ b/bin/rt
@@ -5,6 +5,7 @@
if [ ! -e "$HOME/local/rt/watch" -o ! -d "$HOME/local/rt/session" -o ! -d "$HOME/local/rt/incomplete" -o ! -e "$HOME/local/rt/complete" ]; then
echo "I was asked to start rtorrent, but one of the dirs in ~/local/rt is missing" >&2
+ echo "(myrepos fixups should do it)" >&2
exit 1
fi