made mtcfg start the minitel daemon as well as enable it

This commit is contained in:
Izaya 2019-05-21 02:27:45 +10:00
parent 8298c21124
commit 9ae161aeb5
1 changed files with 1 additions and 0 deletions

View File

@ -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.")