diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-01-27 20:09:40 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-01-27 20:09:40 +0000 |
commit | f84b4f11ce56eb5d8e97eda4f21e353f83258b64 (patch) | |
tree | c33a3016c9258cca330f23681d6001ee1f883496 /config/notify_device | |
parent | 94ec990624b319a682ea872363b87b2f059ac66f (diff) | |
download | acf-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/notify_device')
-rwxr-xr-x | config/notify_device | 2 |
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") |