From 5cb5f228adec09dfe0848d30544582e2e3516bf0 Mon Sep 17 00:00:00 2001 From: jaskaranSM <37726998+jaskaranSM@users.noreply.github.com> Date: Wed, 18 Sep 2019 10:46:50 -0400 Subject: [PATCH] Linux Doesnt like Spaces. --- aria.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria.sh b/aria.sh index efb9f6a..4a6b8eb 100644 --- a/aria.sh +++ b/aria.sh @@ -1,2 +1,2 @@ -export DOWNLOAD_DIR = "./download" +export DOWNLOAD_DIR="./download" aria2c --dir $DOWNLOAD_DIR --enable-rpc --rpc-listen-all=false --rpc-listen-port 6800 --max-connection-per-server=10 --rpc-max-request-size=1024M --seed-time=0.01 --min-split-size=10M --follow-torrent=mem --split=10 --daemon=true --allow-overwrite=true