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-summary | |
parent | afe950d0ef2d6cb192bbe2a1013be5915c47eaaa (diff) |
Move stuff from /opt/nms to /opt/gondul etc
Still lots to do
Diffstat (limited to 'web/api/public/dhcp-summary')
-rwxr-xr-x | web/api/public/dhcp-summary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/public/dhcp-summary b/web/api/public/dhcp-summary index 73460e7..18a7f69 100755 --- a/web/api/public/dhcp-summary +++ b/web/api/public/dhcp-summary @@ -1,5 +1,5 @@ #! /usr/bin/perl -use lib '/opt/nms/include'; +use lib '/opt/gondul/include'; use strict; use warnings; use nms::web; |