Compare commits

...

1 Commits
0.1 ... main

Author SHA1 Message Date
DarkFeather a22d6ef43c
Need to include this. 2020-12-25 00:15:44 -06:00
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ function shows {
echo "Need a valid argument."
return;
fi
torrentConfigure
privacycheck;
export downloaddir=$(head -n 2 "$1" | tail -n 1)
sudo -u deluge deluge-console config -s autoadd_location "$downloaddir" 2>/dev/null