Skip to content

Commit

Permalink
Changing the config file expression (#339)
Browse files Browse the repository at this point in the history
apetenchea authored Apr 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent af582cf commit 238b3f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion starter.sh
Original file line number Diff line number Diff line change
@@ -34,8 +34,10 @@ fi

if [ "$version" == "latest" ]; then
conf_file="${setup}-3.12"
elif [[ "$version" == *.*.* ]]; then
conf_file="${setup}-${version%.*}"
else
conf_file="${setup}-${version%.*.*}"
conf_file="${setup}-${version}"
fi

docker run -d \

0 comments on commit 238b3f9

Please sign in to comment.