add characters before and after variable to detect whitespace

pull/19462/head
Steven Powell 2024-08-26 14:09:08 -07:00
parent fa77a07edd
commit 02dbe446a6
1 changed files with 2 additions and 2 deletions

View File

@ -443,8 +443,8 @@ fi
touch "${HTML_OUT}" touch "${HTML_OUT}"
touch "${SUMMARY_OUT}" touch "${SUMMARY_OUT}"
echo "EXTERNAL: $EXTERNAL" echo "EXTERNAL: *$EXTERNAL*"
echo "MINIKUBE_LOCATION: $MINIKUBE_LOCATION" echo "MINIKUBE_LOCATION: *$MINIKUBE_LOCATION*"
if [ "$EXTERNAL" != "yes" ] && [ "$MINIKUBE_LOCATION" = "master" ] if [ "$EXTERNAL" != "yes" ] && [ "$MINIKUBE_LOCATION" = "master" ]
then then
echo "Saving to DB" echo "Saving to DB"