summaryrefslogtreecommitdiffstats
path: root/vesagent/docker/opt/start-manager.sh
blob: 735f0d9939be587cdaea25e03db81820ccf4c790 (plain)
1
2
3
4
#!/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