2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 19:30:26 +00:00

fixed bug 3904, if the environements dir doesn't exsit, create it.

This commit is contained in:
jjhua
2013-11-18 16:26:03 -05:00
parent c8053583bd
commit e432c238f9

View File

@ -179,6 +179,10 @@ sub process_request
$callback->($rsp);
next;
}
unless ( -d "$repos/environments") {
mkdir("$repos/environments", 0777);
}
my $tmperr = cloudvars(
$tmplfile,