File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 18
18
cp "torrent.sh" "/home/$USER/snap/qbittorrent-arnatious/83/.local/share/qBittorrent/BiltuDas1"
19
19
rm -r "/home/$USER/snap/qbittorrent-arnatious/83/.local/share/qBittorrent/BT_backup"
20
20
fi
21
- notify-send 'The Private Torrent' 'Private torrent has been intregrated into your qBittorrent'
21
+ if [[ -f "/home/$USER/.config/qBittorrent/qBittorrent.conf" && -f "/home/$USER/.local/share/qBittorrent/BiltuDas1/torrent.sh" ]]
22
+ then
23
+ notify-send 'The Private Torrent' 'Private torrent has been intregrated into your qBittorrent'
24
+ else
25
+ if [[ -f "/home/$USER/snap/qbittorrent-arnatious/83/.config/qBittorrent/qBittorrent.conf" && -f "/home/$USER/snap/qbittorrent-arnatious/83/.local/share/qBittorrent/BiltuDas1/torrent.sh" ]]
26
+ then
27
+ notify-send 'The Private Torrent' 'Private torrent has been intregrated into your qBittorrent'
28
+ else
29
+ exit
30
+ fi
31
+ fi
32
+
You can’t perform that action at this time.
0 commit comments