From 1c77ec7e63355cab48564a9fb49f34f55b5f0b15 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 15 Oct 2024 11:02:34 -0500 Subject: start from the command line works Signed-off-by: Jeff Carr --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3443eda..ad8f8b2 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ all: ./virtigo --hosts farm01 farm02 farm03 start: - curl --silent http://localhost:8080/start?start=jcarr + curl --silent http://localhost:8080/start?start=rdate.wit.com + @#curl --silent http://localhost:8080/start?start=jcarr @# ./virtigo --start jcarr curl-uptime: -- cgit v1.2.3