#!/bin/bash

cd /etc/yandex/conductor-sync/
svn up | grep -q conductor-sync.yaml
if [ $? -eq 0 ]; then
    supervisorctl restart backend
fi
