mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	adjust_apache: updates error message
Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
		@@ -99,7 +99,7 @@ die_err("no mgt_dev in config.values")
 | 
				
			|||||||
info("LANforge config states mgt_dev $configv{'mgt_dev'}");
 | 
					info("LANforge config states mgt_dev $configv{'mgt_dev'}");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if ( ! -d "/sys/class/net/$configv{'mgt_dev'}") {
 | 
					if ( ! -d "/sys/class/net/$configv{'mgt_dev'}") {
 | 
				
			||||||
   die_err( "Please run lfconfig again with your updated mgt_port value.");
 | 
					   die_err( "Unable to find [/sys/class/net/$configv{'mgt_dev'}] Please run lfconfig to set mgt_port value.");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
my $ipline = `ip -o a show $configv{"mgt_dev"}`;
 | 
					my $ipline = `ip -o a show $configv{"mgt_dev"}`;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user