From f84b4f11ce56eb5d8e97eda4f21e353f83258b64 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 27 Jan 2012 20:09:40 +0000 Subject: Changed require statements to reflect location of libraries in acf-lib-0.3 and acf-core-0.14 --- 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 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") -- cgit v1.2.3