#!/bin/sh

if [ -f /dgs/kioskcmdcli/kioskcmdcli.jar ]
then
	cd /dgs/kioskcmdcli
	chmod +rw . -R 2> /dev/null
	java -jar kioskcmdcli.jar agent
fi