Skip to content
Snippets Groups Projects
Commit fe885180 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix bug to not overwrite specific network selections

parent 4cdf4e63
No related branches found
No related tags found
2 merge requests!4Release,!1Xx 3419/netselect
...@@ -50,7 +50,8 @@ then ...@@ -50,7 +50,8 @@ then
elif [ "$NETWORKENTRYPOINT" == "release" ] elif [ "$NETWORKENTRYPOINT" == "release" ]
then then
NETWORKENTRYPOINT=$(sort -R release.txt | head -1) NETWORKENTRYPOINT=$(sort -R release.txt | head -1)
else elif [ "$NETWORKENTRYPOINT" == "" ]
then
NETWORKENTRYPOINT=$(head -1 network.config) NETWORKENTRYPOINT=$(head -1 network.config)
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment