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