#!/bin/bash
DESC="Synchronisation LSC"
service lsc stop
/usr/bin/lsc -f /etc/lsc -s all -c all -t 1 | grep ERROR
service lsc start
