2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

Get GitHub action script directory reference4

This commit is contained in:
Mark Gurevich 2022-06-30 10:38:15 -04:00
parent a5944e6fa5
commit 79f4d04277

View File

@ -350,6 +350,11 @@ sub install_xcat{
print "[MG] error message:\n";
print Dumper \@output;
}
@output = runcmd("env");
print "[MG] running env\n";
print "[MG] env output:\n";
print Dumper \@output;
foreach my $cmd (@cmds){
print "[install_xcat] running $cmd\n";
@output = runcmd("$cmd");