From: fredrik Date: Sun, 7 Oct 2007 17:17:09 +0000 (+0000) Subject: Make rbtadd work outside of the LAN. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=83d0edbb4ed4641ad1b7452a53aa6a66f8d55a83 Make rbtadd work outside of the LAN. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@1107 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/rbtadd b/rbtadd index df7570d..2a93557 100755 --- a/rbtadd +++ b/rbtadd @@ -7,9 +7,9 @@ fi for file in "$@"; do if [ -r "$file" ]; then - rsc pc17 btadd - <"$file" && rm -f "$file" + rsc pc17.dolda2000.com btadd - <"$file" && rm -f "$file" elif [[ "$file" == http*://* ]]; then - rsc pc17 btadd "$file" + rsc pc17.dolda2000.com btadd "$file" else echo "rbtadd: $file: unreadable" >&2 fi