aboutsummaryrefslogtreecommitdiffstats
path: root/web/api/public/switch-state
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-04-13 20:50:41 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-04-13 20:50:41 +0200
commite8a20f730651d07deff33dc559acfdca32cce271 (patch)
tree75bef8a5511e258a82db5cd54f60fcaae3ebca2b /web/api/public/switch-state
parent34b33fce5a2be8b3ab6dde7f4894da86eed70a0e (diff)
More work on adapting /opt and tests
Diffstat (limited to 'web/api/public/switch-state')
-rwxr-xr-xweb/api/public/switch-state2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/public/switch-state b/web/api/public/switch-state
index a6caea9..5cc7e73 100755
--- a/web/api/public/switch-state
+++ b/web/api/public/switch-state
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# vim:ts=8:sw=8
-use lib '../../../../include';
+use lib '/opt/nms/include';
use nms::web qw (%json finalize_output);
use strict;
use warnings;