made mtcfg enable the daemon on first run

This commit is contained in:
Izaya 2018-08-04 07:48:04 +10:00
parent 93e22d5409
commit e31d0088dd
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ if not hostname then
end
if ops.firstrun then
os.execute("rc minitel enable")
print("Run mtcfg to configure advanced settings.")
return
end