mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
switched debugger to use -a instead of --admin, shorter
This commit is contained in:
parent
e08d828056
commit
5baa63a61d
2
inxi
2
inxi
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue