switched debugger to use -a instead of --admin, shorter

This commit is contained in:
Harald Hope 2018-09-07 17:10:53 -07:00
parent e08d828056
commit 5baa63a61d

2
inxi
View file

@ -1784,7 +1784,7 @@ sub run_self {
print "Creating $self_name output file now. This can take a few seconds...\n"; print "Creating $self_name output file now. This can take a few seconds...\n";
print "Starting $self_name from: $self_path\n"; print "Starting $self_name from: $self_path\n";
my $i = ($option eq 'main-full')? ' -i' : ''; my $i = ($option eq 'main-full')? ' -i' : '';
my $cmd = "$self_path/$self_name -FRfrploudmxxx$i --admin --usb --slots --debug 10 -y 120 > $data_dir/$self_name-FRfrploudmxxxy-usb-slots-admin120.txt 2>&1"; my $cmd = "$self_path/$self_name -FRfrploudmaxxx$i --usb --slots --debug 10 -y 120 > $data_dir/$self_name-FRfrploudmaxxxy-usb-slots-y120.txt 2>&1";
system($cmd); system($cmd);
copy($log_file, "$data_dir") or main::error_handler('copy-failed', "$log_file", "$!"); copy($log_file, "$data_dir") or main::error_handler('copy-failed', "$log_file", "$!");
system("$self_path/$self_name --recommends -y 120 > $data_dir/$self_name-recommends-120.txt 2>&1"); system("$self_path/$self_name --recommends -y 120 > $data_dir/$self_name-recommends-120.txt 2>&1");