Docker-Runit/bouncer/logs.runit
Matthew Baggett 2fd5c62074
Feature/bouncer (#7)
* Initial work

* Setup script stub

* Wrap runit and call dos2unix beforehand.

* Working to the point I need to make it sync in and out of s3.

* Seems like we're done and its working.

* Add build process.

* Add build process.

* Bugfixes discovered during deployment.

* Copy certs into /live because certbot is a pain.

* More elegant about hammering letsencrypt.

* Working!
2021-06-06 17:38:46 +02:00

6 lines
No EOL
113 B
Bash

#!/usr/bin/env bash
if [[ -f /var/log/bouncer/*.log ]]; then
tail -f /var/log/bouncer/*.log
else
sleep 1
fi