Update install.pl
This commit is contained in:
@@ -31,6 +31,7 @@ sub execute {
|
|||||||
my $command = $log_path ne ''
|
my $command = $log_path ne ''
|
||||||
? "$_[0] &> $log_path"
|
? "$_[0] &> $log_path"
|
||||||
: $_[0];
|
: $_[0];
|
||||||
|
print "# $command\n";
|
||||||
return system($command);
|
return system($command);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user