This website requires JavaScript.
Explore
Help
Sign In
Github
/
docker-qBittorrentvpn
Watch
1
Star
0
Fork
0
You've already forked docker-qBittorrentvpn
mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced
2024-11-14 22:55:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2aa1796e08
docker-qBittorrentvpn
/
transmission
/
periodicUpdates.sh
9 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
standardize on sh
2015-05-24 16:32:08 +00:00
#!/bin/sh
removed supervisord, using baseimage-docker init system. added automatic port updates.
2014-11-11 21:07:13 +00:00
while
[
1
]
do
sleep 1m
/etc/transmission-daemon/updatePort.sh
run every hour
2014-11-11 21:09:02 +00:00
sleep 1h
removed supervisord, using baseimage-docker init system. added automatic port updates.
2014-11-11 21:07:13 +00:00
done
Reference in New Issue
Copy Permalink