diff --git a/bin/start b/bin/start index ab35985..1bddb06 100755 --- a/bin/start +++ b/bin/start @@ -19,7 +19,6 @@ startservice() { cd /federated/apps/$SERVICE && docker-compose -f docker-compose.yml -p $SERVICE up -d &> /dev/null echo -ne "done.\n" else - if [ "$SERVICE" = "jitsi" ]; then spin & SPINPID=$!