summaryrefslogtreecommitdiffstats
path: root/config/notify_device
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:10:06 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:10:06 +0000
commitee0a9b946697ccc610b52b6dc182030fba225991 (patch)
tree0de8fd66e05012bfe8b1b258a336c609f3c92ef2 /config/notify_device
parenta8345974307b38d58dbfa352c7be93776e70ffa8 (diff)
downloadacf-provisioning-ee0a9b946697ccc610b52b6dc182030fba225991.tar.bz2
acf-provisioning-ee0a9b946697ccc610b52b6dc182030fba225991.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'config/notify_device')
-rwxr-xr-xconfig/notify_device2
1 files changed, 1 insertions, 1 deletions
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