* 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!
6 lines
No EOL
113 B
Bash
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 |