#! /bin/bash echo 'Starting team synchronization worker' cd / venv/bin/python -m workers.teamsyncworker 2>&1 echo 'Team synchronization worker exited'