mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
fixed the packet routing question
This commit is contained in:
parent
f3336f98f1
commit
f867737dcd
@ -65,7 +65,7 @@ else -- if not, set the hostname and edit the minitel config file
|
|||||||
|
|
||||||
if ops.firstrun then -- if --firstrun, quit now
|
if ops.firstrun then -- if --firstrun, quit now
|
||||||
io.write("Should this machine route packets?\nThis should be disabled on large networks.\n\nRoute packets? [Y/n]: ")
|
io.write("Should this machine route packets?\nThis should be disabled on large networks.\n\nRoute packets? [Y/n]: ")
|
||||||
local rp = io.read:lower():sub(1,1)
|
local rp = io.read():lower():sub(1,1)
|
||||||
if rp == "n" then
|
if rp == "n" then
|
||||||
cfg.route = false
|
cfg.route = false
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user