docker-ubuntumirror/mirror.run

6 lines
77 B
Plaintext
Raw Normal View History

2016-04-08 20:41:48 +00:00
#!/bin/bash
cd /opt/mirror && make
2016-04-08 21:08:04 +00:00
sleep ${MIRROR_INTERVAL_SECONDS:-43200}