Skip to content

Commit

Permalink
Update eessi_archdetect.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Jul 30, 2024
1 parent 0750f5f commit bbe101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/eessi_archdetect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -n "$BASH_VERSION" ]; then

# Check if the major version is 4 or higher
if [ "$major_version" -lt 4 ]; then
echo "Error: This script must be run with Bash > 4, you have $BASH_VERSION." >&2
echo "Error: This script must be run with Bash >= 4, you have $BASH_VERSION." >&2
exit 1
fi
else
Expand Down

0 comments on commit bbe101b

Please sign in to comment.