Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne00n committed Dec 24, 2024
1 parent 2635ee3 commit e11e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from Class.base import Base
B = Base()

for i in range(1,100):
for i in range(0,250):
print("Updating",f"10.0.{i}.1")
resp = B.cmd(f"""ssh [email protected].{i}.1 <<EOF1
SYSTEMD_EDITOR=tee systemctl edit --full bird <<'EOF2'
Expand Down

0 comments on commit e11e0bc

Please sign in to comment.