#!/bin/bash
source ./setlog

if [ -f /opt/euro-beta/systools/distr/euro3g_standalone_system ]
then
  killall screenlock
  ./screenlock $* >$SETUP_LOG 2>&1
fi
