summaryrefslogtreecommitdiffstats
path: root/vesagent/docker/opt/start-manager.sh
blob: 76adfe4dc66a198d50069e374cb7dfe78e1aa3af (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-SNAPSHOT.jar /opt/etc/Agent.properties
#while :; do echo 'sleeping for 3600 secs'; sleep 3600; done