From 84b45438536cc97bbdf2067777c2645efe0f4a3d Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Tue, 24 Dec 2024 18:06:47 +0100 Subject: [PATCH] anotehr debug Signed-off-by: Matthias Gatto --- intergration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intergration-test.sh b/intergration-test.sh index 42ced45..8d71e46 100755 --- a/intergration-test.sh +++ b/intergration-test.sh @@ -13,7 +13,7 @@ MSG_BASE="Test Example" echo "OSC_ENDPOINT_API($is_local): " $OSC_ENDPOINT_API -if [[ "is_local" == 1 ]]; then +if [[ "$is_local" == "1" ]]; then ./example0 echo "example 0 done" fi