mirror of
https://github.com/opnsense/core.git
synced 2026-06-09 00:42:36 -04:00
firmware: retain ordering in update servers
This only pertains to the connectivity audit changes from 26.1.8. Treat the server from opnsense-update -M as the primary one by not sorting the result. PR: https://forum.opnsense.org/index.php?topic=52025.0
This commit is contained in:
parent
8e1be409fc
commit
74e76cbeaf
1 changed files with 1 additions and 1 deletions
|
|
@ -60,4 +60,4 @@ for HOST in $( (for URL in ${URLS}; do
|
|||
HOST=${URL#*://}
|
||||
echo ${HOST%%/*}
|
||||
|
||||
done) | sort -u); do echo ${HOST}; done
|
||||
done) | awk '!_[$0]++'); do echo ${HOST}; done
|
||||
|
|
|
|||
Loading…
Reference in a new issue