diff options
author | 2015-04-01 03:44:38 +1100 | |
---|---|---|
committer | 2015-04-01 03:44:38 +1100 | |
commit | b64e4ecee5a5bee9d89b10bd1be5a188b3f694eb (patch) | |
tree | c7cac1d2c20f57a3687f911f28139dd17e004f85 /scripts/genie.lua | |
parent | d7d3818ea6bf3e1dffb5b56d340d54913f113eff (diff) |
Restore DONT_USE_NETWORK
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 11fa2fed3a5..6c69cdc8b20 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -189,7 +189,12 @@ newoption { { "0", "Disabled" }, { "1", "Enabled" }, } -} +} + +newoption { + trigger = "DONT_USE_NETWORK", + description = "Disable network access", +} local os_version = str_to_version(_OPTIONS["os_version"]) |