#!/bin/bash
sysname=`lsb_release -d -s`
if [[ $sysname =~ "SP1" ]]
then
	pkexec "/opt/dascom/cn.dascom-printer-e113/bin/dascomE113App"
else
	/opt/dascom/cn.dascom-printer-e113/bin/dascomE113App
fi
