diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-13 20:18:36 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-13 20:18:36 +0200 |
commit | a79c9135fc2ed27b8d2374ab9728124f2357d2f1 (patch) | |
tree | 80ff92229bdc51638c7709a8892bbddc61abb504 /web/api/public/dhcp | |
parent | afe950d0ef2d6cb192bbe2a1013be5915c47eaaa (diff) |
Move stuff from /opt/nms to /opt/gondul etc
Still lots to do
Diffstat (limited to 'web/api/public/dhcp')
-rwxr-xr-x | web/api/public/dhcp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/public/dhcp b/web/api/public/dhcp index d998c59..ea42b8f 100755 --- a/web/api/public/dhcp +++ b/web/api/public/dhcp @@ -1,7 +1,7 @@ #! /usr/bin/perl # vim:ts=8:sw=8 -use lib '/opt/nms/include'; +use lib '/opt/gondul/include'; use nms::web qw (%json finalize_output); use strict; use warnings; |