mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
made mtcfg start the minitel daemon as well as enable it
This commit is contained in:
parent
8298c21124
commit
9ae161aeb5
@ -74,6 +74,7 @@ if firstrun then -- if first run, quit now
|
|||||||
cfg.route = false
|
cfg.route = false
|
||||||
end
|
end
|
||||||
os.execute("rc minitel enable")
|
os.execute("rc minitel enable")
|
||||||
|
os.execute("rc minitel start")
|
||||||
writecfg()
|
writecfg()
|
||||||
print("Your hostname is "..hostname..".")
|
print("Your hostname is "..hostname..".")
|
||||||
print("Run mtcfg to configure advanced settings.")
|
print("Run mtcfg to configure advanced settings.")
|
||||||
|
Loading…
Reference in New Issue
Block a user