summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-01-27 20:09:40 +0000
committerTed Trask <ttrask01@yahoo.com>2012-01-27 20:09:40 +0000
commitf84b4f11ce56eb5d8e97eda4f21e353f83258b64 (patch)
treec33a3016c9258cca330f23681d6001ee1f883496 /config
parent94ec990624b319a682ea872363b87b2f059ac66f (diff)
downloadacf-provisioning-f84b4f11ce56eb5d8e97eda4f21e353f83258b64.tar.bz2
acf-provisioning-f84b4f11ce56eb5d8e97eda4f21e353f83258b64.tar.xz
Changed require statements to reflect location of libraries in acf-lib-0.3 and acf-core-0.14
Diffstat (limited to 'config')
-rwxr-xr-xconfig/notify_device2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/notify_device b/config/notify_device
index 7d5ff2a..aecf85a 100755
--- a/config/notify_device
+++ b/config/notify_device
@@ -1,6 +1,6 @@
#!/usr/bin/lua
require("socket")
-require("validator")
+validator = require("acf.validator")
if not arg or #arg == 0 then
print("Error - IP Address must be specified")