mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Trim whitespace
This commit is contained in:
parent
1fb9cd476a
commit
bfca2bba79
@ -1283,7 +1283,7 @@ function is_altq_capable($int) {
|
||||
|
||||
function get_number_of_bridged_interfaces() {
|
||||
$bridges = array();
|
||||
$bridges = `/sbin/ifconfig -a | /usr/bin/grep bridge | wc -l`;
|
||||
$bridges = trim(`/sbin/ifconfig -a | /usr/bin/grep bridge | wc -l`);
|
||||
return $bridges;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user