#!/bin/bash # TODO: Enable the below command to execute the VESAgent process exec java -jar /opt/vesagent-1.0.0.jar /opt/etc/Agent.properties #while :; do echo 'sleeping for 3600 secs'; sleep 3600; done