mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-22 18:18: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
|
||||
end
|
||||
os.execute("rc minitel enable")
|
||||
os.execute("rc minitel start")
|
||||
writecfg()
|
||||
print("Your hostname is "..hostname..".")
|
||||
print("Run mtcfg to configure advanced settings.")
|
||||
|
Loading…
Reference in New Issue
Block a user