mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
9 lines
102 B
Bash
9 lines
102 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
while [ 1 ]
|
||
|
do
|
||
|
sleep 1m
|
||
|
/etc/transmission-daemon/updatePort.sh
|
||
|
sleep 1m
|
||
|
done
|