summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.sh b/server.sh
index aac8769..d4a7276 100644
--- a/server.sh
+++ b/server.sh
@@ -162,7 +162,7 @@ function media_logger {
function parse_magnets {
# sources and destinations
cd "$(find_directory vault)" || exit
- rclone_remote="seedbox-raw:/watch/"
+ rclone_remote="raw-seedbox:watch/"
# check for aria
if [ ! -x "$(command -v aria2c)" ]; then # not installed
echo "Aria doesn't seem to be installed. Exiting" && exit