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