From b7fce95b81a386ca236835c40660812d26ba8093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Wed, 4 Dec 2024 19:13:04 +0100 Subject: [PATCH] Update warning format in start_simulation.sh :lipstick: --- start_simulation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_simulation.sh b/start_simulation.sh index fddc525..e4b8816 100755 --- a/start_simulation.sh +++ b/start_simulation.sh @@ -81,7 +81,7 @@ if [[ -n "$SPINE_ARCHIVE" ]] && [[ ! -v BUILD ]]; then # Return code 1 is from closing the simulation GUI if [ $SPINE_RC -eq 1 ]; then if echo "$OUTPUT" | grep -q "version.*GLIBC"; then - echo "Unfortunately, it seems your GLIBC version is not compatible with the downloaded binary" + echo "⚠️ It seems your GLIBC version is not compatible with the downloaded binary" BUILD=1 fi elif [ $SPINE_RC -ne 0 ] && [ $SPINE_RC -ne 1 ]; then