We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df02e8 commit c1ba5a4Copy full SHA for c1ba5a4
1 file changed
enginecore/ipmi_template/ipmi_sim_lancontrol
@@ -82,7 +82,7 @@ do_get() {
82
;;
83
84
subnet_mask)
85
- val=``# `/sbin/ifconfig $device | awk '/netmask /{ print $4;} '`
+ val=`/sbin/ifconfig $device | awk '/netmask /{ print $4;} '`
86
if [ "x$val" = "x" ]; then
87
val="255.255.0.0"
88
fi
0 commit comments