mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
fix vars
This commit is contained in:
parent
361ef30972
commit
035ccbefe4
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
|||
# Basic attempt at mirror rotation
|
||||
|
||||
:mirror_start
|
||||
iseq mirror ${mirror_one} && set mirror ${mirror_two} && goto mirror_end ||
|
||||
iseq mirror ${mirror_two} && set mirror ${mirror_three} && goto mirror_end ||
|
||||
iseq mirror ${mirror_three} && set mirror ${mirror_one} && goto mirror_end ||
|
||||
iseq ${mirror} ${mirror_one} && set mirror ${mirror_two} && goto mirror_end ||
|
||||
iseq ${mirror} ${mirror_two} && set mirror ${mirror_three} && goto mirror_end ||
|
||||
iseq ${mirror} ${mirror_three} && set mirror ${mirror_one} && goto mirror_end ||
|
||||
echo Setting mirror to ${mirror}...
|
||||
|
||||
:mirror_end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue