mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-29 09:52:35 +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;
|
||||
|
||||
if ( -d "./LANforge" ) {
|
||||
use lib ".";
|
||||
use lib "./LANforge";
|
||||
}
|
||||
elsif ( -d "/home/lanforge/scripts") {
|
||||
elsif ( -d "/home/lanforge/scripts/LANforge") {
|
||||
use lib "/home/lanforge/scripts";
|
||||
use lib "/home/lanforge/scripts/LANforge";
|
||||
}
|
||||
use LANforge::Endpoint;
|
||||
use LANforge::Port;
|
||||
|
||||
Reference in New Issue
Block a user