mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Show arguments being passed
This commit is contained in:
parent
9059473d05
commit
5cf1bd37f7
@ -40,9 +40,6 @@
|
||||
for ($i = 1; $i <= $ARGC; $i++)
|
||||
$argspassed .= $ARGV[$i] . " ";
|
||||
|
||||
if ( $ARGC != 2 ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
log_error("Processing {$ARGV[1]} - {$ARGV[2]}");
|
||||
$iface = convert_real_interface_to_friendly_interface_name($ARGV[1]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user