2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Get GitHub action script directory reference29

This commit is contained in:
Mark Gurevich 2022-07-01 10:08:01 -04:00
parent 95b63483b4
commit 4868dc46dd

View File

@ -508,8 +508,7 @@ sub run_fast_regression_test{
print "MG about to touch file $conf_file\n";
system "sudo touch $conf_file";
print "MG about to chmod 0777 file $conf_file\n";
chmod 0777, $conf_file;
#system "sudo chmod 777 $conf_file";
system "sudo chmod 777 $conf_file";
open(my $fh, '>', $conf_file) or die "Could not open test configuration file $!";
print $fh "[System]\nMN=$hostname\n[Table_site]\nkey=domain\nvalue=pok.stglabs.ibm.com\n";
close($fh);