From ce4eabb396045f40ce4b1161eb5d93b0b70a1990 Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Tue, 7 Dec 2021 23:13:24 +0530 Subject: [PATCH] forgot agent command to consul --- consul-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul-bootstrap.sh b/consul-bootstrap.sh index f00be74..ee8956e 100755 --- a/consul-bootstrap.sh +++ b/consul-bootstrap.sh @@ -33,4 +33,4 @@ done printf "initializing consul $consultype with following options: \n%s\n" "$consulopts" consul=$(which consul) -$consul $consulopts +$consul agent $consulopts