fix stuff

This commit is contained in:
poka 2020-03-22 06:56:49 +01:00
parent 6b586eb283
commit 2a1166493f
2 changed files with 4 additions and 1 deletions

View File

@ -68,6 +68,9 @@ pip3() {
iptubes() {
[[ -z $(which pip3) ]] && pip3
/usr/bin/pip3 install $(curl -s https://raw.githubusercontent.com/Harkame/YggTorrentScraper/master/requirements.txt)
chgrp -R debian-transmission data/
chmod -R g+w data/
sudo service transmission-daemon restart
}
# Check installs

View File

@ -54,7 +54,7 @@ checkdisk() {
}
downloading() {
result=$($transcmd --list | grep -E 'None|Downloading')
result=$($transcmd --list | grep -E 'Downloading')
[[ $result ]] && echo "There is a torrent downloading"
}