This commit is contained in:
wvr
2026-02-13 21:50:28 -06:00
parent ca787ccf37
commit c23940fc6f
3 changed files with 85 additions and 0 deletions

9
seedbox/fix.sh Executable file
View File

@@ -0,0 +1,9 @@
if ! [ -d /mnt/torrents/complete ] ; then
if mount -a ; then
rc-service wg-quick.wg0 restart
rc-service qbittorrent-nox restart
fi
else
rc-service wg-quick.wg0 restart
rc-service qbittorrent-nox restart
fi