From ee0a9b946697ccc610b52b6dc182030fba225991 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:10:06 +0000 Subject: Change use of require to work with Lua 5.2 --- config/notify_device | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/notify_device') diff --git a/config/notify_device b/config/notify_device index 3811d3f..c269147 100755 --- a/config/notify_device +++ b/config/notify_device @@ -1,5 +1,5 @@ #!/usr/bin/lua -require("socket") +socket = require("socket") validator = require("acf.validator") if not arg or #arg == 0 then -- cgit v1.2.3