Add more logging to setup process

This commit is contained in:
Mike Reeves
2022-09-12 14:30:28 -04:00
parent c8a9fc2f26
commit 07263e03cb

View File

@@ -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