10 lines
222 B
Bash
Executable File
10 lines
222 B
Bash
Executable File
if ! [ -d /mnt/torrents/complete ] ; then
|
|
if mount -a ; then
|
|
rc-service wg-quick.mullvad restart
|
|
rc-service qbittorrent-nox restart
|
|
fi
|
|
else
|
|
rc-service wg-quick.mullvad restart
|
|
rc-service qbittorrent-nox restart
|
|
fi
|