From f1a886e2e48f07d85f803ff09b7a3e6eeb5ab3fe Mon Sep 17 00:00:00 2001 From: wvr Date: Fri, 13 Feb 2026 22:35:40 -0600 Subject: [PATCH] asdf --- seedbox/etc/fstab | 1 + seedbox/fix.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 seedbox/etc/fstab diff --git a/seedbox/etc/fstab b/seedbox/etc/fstab new file mode 100644 index 0000000..cda9f29 --- /dev/null +++ b/seedbox/etc/fstab @@ -0,0 +1 @@ +//192.168.100.143/torrents /mnt/torrents cifs nofail,rw,uid=100,gid=101,iocharset=utf8,vers=3.0,credentials=/root/sambacreds.txt,_netdev 0 0 diff --git a/seedbox/fix.sh b/seedbox/fix.sh index 4e6361b..0de08a2 100755 --- a/seedbox/fix.sh +++ b/seedbox/fix.sh @@ -1,9 +1,9 @@ if ! [ -d /mnt/torrents/complete ] ; then if mount -a ; then - rc-service wg-quick.wg0 restart + rc-service wg-quick.mullvad restart rc-service qbittorrent-nox restart fi else - rc-service wg-quick.wg0 restart + rc-service wg-quick.mullvad restart rc-service qbittorrent-nox restart fi