summaryrefslogtreecommitdiff
path: root/bin/rt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rt')
-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