./upgrade: line 797: ifconfig: command not found
Posted: Thu Oct 02, 2014 10:07 am
Our Nagios box is behind a bluecoat firewall and is not accessable outside of our intranet.
THis was the last thing spat out before the upgrade returned completed:
Line 797 found below:
Is this anything to be concerned with?
I have set our program URL but have left the external URL blank in Admin -> Manage System Configs
THis was the last thing spat out before the upgrade returned completed:
Code: Select all
./upgrade: line 797: ifconfig: command not foundCode: Select all
ip=$(ifconfig | egrep -1 eth[0-9] | grep -m 1 'inet' | awk '/inet[^6]/{print substr($2,6)}')I have set our program URL but have left the external URL blank in Admin -> Manage System Configs