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
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -50,7 +50,8 @@ then
elif [ "$NETWORKENTRYPOINT" == "release" ]
then
NETWORKENTRYPOINT=$(sort -R release.txt | head -1)
else
elif [ "$NETWORKENTRYPOINT" == "" ]
then
NETWORKENTRYPOINT=$(head -1 network.config)
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