Need to include this.

This commit is contained in:
DarkFeather 2020-12-25 00:15:44 -06:00
parent a3f6c296da
commit a22d6ef43c
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
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