10 lines
No EOL
217 B
Bash
Executable file
10 lines
No EOL
217 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting notification worker'
|
|
|
|
QUAYPATH=${QUAYPATH:-"."}
|
|
cd ${QUAYDIR:-"/"}
|
|
|
|
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.notificationworker.notificationworker
|
|
|
|
echo 'Notification worker exited' |