#!/bin/bash
DESC="Synchronisation LSC"
service eole-lsc stop
/usr/bin/lsc -f /etc/lsc -s all -c all -t 1 | grep ERROR | grep -v "perhaps the operation would have been completed$"
service eole-lsc start
