8 lines
No EOL
162 B
Bash
Executable file
8 lines
No EOL
162 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting repository action count worker'
|
|
|
|
cd /
|
|
venv/bin/python -m workers.repositoryactioncounter 2>&1
|
|
|
|
echo 'Repository action worker exited' |