mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
#408 added pocket configure to configure launcher
This commit is contained in:
parent
53bb36ce8d
commit
bb062cf397
@ -8,8 +8,8 @@ elseif fs.exists("supervisor/configure.lua") then
|
|||||||
require("supervisor.configure").configure()
|
require("supervisor.configure").configure()
|
||||||
elseif fs.exists("coordinator/configure.lua") then
|
elseif fs.exists("coordinator/configure.lua") then
|
||||||
require("coordinator.configure").configure()
|
require("coordinator.configure").configure()
|
||||||
elseif fs.exists("pocket/startup.lua") then
|
elseif fs.exists("pocket/configure.lua") then
|
||||||
print("CONFIGURE> pocket configurator not yet implemented (use 'edit pocket/config.lua' to configure)")
|
require("pocket.configure").configure()
|
||||||
else
|
else
|
||||||
print("CONFIGURE> NO CONFIGURATOR FOUND")
|
print("CONFIGURE> NO CONFIGURATOR FOUND")
|
||||||
print("CONFIGURE> EXIT")
|
print("CONFIGURE> EXIT")
|
||||||
|
Loading…
Reference in New Issue
Block a user