diff options
Diffstat (limited to 'web/api/public/switch-state')
-rwxr-xr-x | web/api/public/switch-state | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/public/switch-state b/web/api/public/switch-state index 5cc7e73..eaa8be3 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 '/opt/nms/include'; +use lib '/opt/gondul/include'; use nms::web qw (%json finalize_output); use strict; use warnings; |