Skip to content

Commit

Permalink
Update warning format in start_simulation.sh 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 4, 2024
1 parent f675cfa commit b7fce95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_simulation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7fce95

Please sign in to comment.