summaryrefslogtreecommitdiff
path: root/buildslave/entrypoint.sh
blob: ad981d1e511756b39aa8627bb26fb70dd9099a1a (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

while :; do
	./update.py 2>&1 >> /var/log/update.log
	sleep 600
done