mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
lf_ice.pl: fixes library paths to be consistent with lf_icemod
This commit is contained in:
@@ -17,10 +17,12 @@ $SIG{ __WARN__ } = sub { Carp::confess( @_ ) };
|
|||||||
$| = 1;
|
$| = 1;
|
||||||
|
|
||||||
if ( -d "./LANforge" ) {
|
if ( -d "./LANforge" ) {
|
||||||
|
use lib ".";
|
||||||
use lib "./LANforge";
|
use lib "./LANforge";
|
||||||
}
|
}
|
||||||
elsif ( -d "/home/lanforge/scripts") {
|
elsif ( -d "/home/lanforge/scripts/LANforge") {
|
||||||
use lib "/home/lanforge/scripts";
|
use lib "/home/lanforge/scripts";
|
||||||
|
use lib "/home/lanforge/scripts/LANforge";
|
||||||
}
|
}
|
||||||
use LANforge::Endpoint;
|
use LANforge::Endpoint;
|
||||||
use LANforge::Port;
|
use LANforge::Port;
|
||||||
|
|||||||
Reference in New Issue
Block a user