#!/bin/bash

os=`/csadmin/common/scripts/get_os`

res=${os##suse*}
if [ "$res" != "" ] ; then
    echo "  BY THE MOMENT THE PROGRAM IS INSTALLED ON SUSE ONLY "
fi





pythonesrf launch.py





