2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 11:12:04 +00:00

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

This commit is contained in:
jjhua 2013-11-18 16:28:05 -05:00
parent e52df92352
commit 7e66fc5072

View File

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