diff options
author | Kristian Lyngstøl <kly@kly.no> | 2017-04-10 14:06:23 +0200 |
---|---|---|
committer | Kristian Lyngstøl <kly@kly.no> | 2017-04-10 14:06:23 +0200 |
commit | bb862773d69bc5997bd1628a3f0505827e7cfe5c (patch) | |
tree | 672b4584c66cf79cf83b02224047aa1b92246636 /extras/tools | |
parent | 134299c3d95a10ed11b184eac61a704c45d17000 (diff) |
TG17 stuff ?
Diffstat (limited to 'extras/tools')
-rwxr-xr-x | extras/tools/add_switches.txt.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/tools/add_switches.txt.pl b/extras/tools/add_switches.txt.pl index b4f4ef2..0ec38b1 100755 --- a/extras/tools/add_switches.txt.pl +++ b/extras/tools/add_switches.txt.pl @@ -8,7 +8,7 @@ use strict; use warnings; use Data::Dumper; -use lib '/opt/gondul/include'; +use lib '/home/tech/gondul/include'; use JSON; use nms::util; |