8 lines
No EOL
121 B
Bash
Executable file
8 lines
No EOL
121 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting webhook worker'
|
|
|
|
cd /
|
|
venv/bin/python -m workers.webhookworker
|
|
|
|
echo 'Webhook worker exited' |