#!/bin/bash

[ "`ps axw | grep euro3g_live_backup | grep -v grep`" ]  || /opt/euro-beta/systools/euro3g_live_backup >/dev/null 2>&1 &

exit 0

