docker-ubuntumirror/mirror.run

9 lines
132 B
Plaintext
Raw Normal View History

2016-04-08 20:41:48 +00:00
#!/bin/bash
2016-04-09 14:18:35 +00:00
# HOME isn't set up for some reason
export HOME=/root
2016-04-08 20:41:48 +00:00
cd /opt/mirror && make
2016-04-08 21:08:04 +00:00
sleep ${MIRROR_INTERVAL_SECONDS:-43200}