"Better" pattern matching for name of jump VM 42/70642/3
authorGeorg Kunz <georg.kunz@est.tech>
Sun, 2 Aug 2020 20:35:33 +0000 (22:35 +0200)
committerGeorg Kunz <georg.kunz@est.tech>
Mon, 17 Aug 2020 20:40:14 +0000 (22:40 +0200)
commit357f4a4c278c95ecddab7fce1e69b1571cdd0bea
tree334d251841cb39b4692229b7cc909717f33ac47e
parent28d1cee5c7b95ae905a4481245d5d5650c87e101
"Better" pattern matching for name of jump VM

The pattern currently used matches also non-exact hits, such as
"jumphost" and "xci-jumphost". This tweak attempts to achieve better
exact word matches. Note: the -w option of grep does not seem to do
the trick as well.

Signed-off-by: Georg Kunz <georg.kunz@est.tech>
Change-Id: I8cb98a5540a41f5e6044efe12584403b7f4398df
functions.sh