From 07263e03cbcfdcbe8fbfdb9e0d14c744650ff961 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 12 Sep 2022 14:30:28 -0400 Subject: [PATCH] Add more logging to setup process --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index aa2c94579..ac7f0dfd9 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -196,7 +196,7 @@ if [[ -f automation/$automation && $(basename $automation) == $automation ]]; th attempt=$((attempt + 1)) info "Sleeping 10s to try again" sleep 10; - logCmd 'ip a | grep "$MNIC:" | grep "state UP"' + logCmd "ip a | grep '$MNIC:' | grep 'state UP'" done info "Network is up on $MNIC" fi