#! /bin/bash echo 'Starting storage replication worker' cd / venv/bin/python -m workers.storagereplication 2>&1 echo 'Repository storage replication exited'