diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 20:50:41 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 20:50:41 +0200 |
commit | e8a20f730651d07deff33dc559acfdca32cce271 (patch) | |
tree | 75bef8a5511e258a82db5cd54f60fcaae3ebca2b /web/api/write/switch-update | |
parent | 34b33fce5a2be8b3ab6dde7f4894da86eed70a0e (diff) |
More work on adapting /opt and tests
Diffstat (limited to 'web/api/write/switch-update')
-rwxr-xr-x | web/api/write/switch-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/write/switch-update b/web/api/write/switch-update index 14c8773..a463390 100755 --- a/web/api/write/switch-update +++ b/web/api/write/switch-update @@ -3,7 +3,7 @@ #use CGI qw(fatalsToBrowser); use DBI; -use lib '../../../../include'; +use lib '/opt/nms/include'; use nms; use nms::web qw(%get_params %json finalize_output get_input $dbh); use nms::util qw(guess_placement); |