5746b42c69
Fixes #784
8 lines
No EOL
147 B
Bash
Executable file
8 lines
No EOL
147 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting Queue cleanup worker'
|
|
|
|
cd /
|
|
venv/bin/python -m workers.queuecleanupworker 2>&1
|
|
|
|
echo 'Repository Queue cleanup exited' |