zulip/tools/send_confirmation_emails_command_line
Tim Abbott 1b3d93ad47 Fix restarting of various tools during deployments.
(imported from commit b16b8b3d7ce159a91e7d9c3781f1e69861bd3ff3)
2013-04-12 15:35:49 -04:00

3 lines
125 B
Bash

#!/bin/sh -x
while true; do python /home/humbug/humbug-deployments/current/manage.py send_confirmation_emails; sleep 1; done