fixed bug 3904, if the environements dir doesn't exsit, create it.
This commit is contained in:
parent
c8053583bd
commit
e432c238f9
@ -179,6 +179,10 @@ sub process_request
|
||||
$callback->($rsp);
|
||||
next;
|
||||
}
|
||||
|
||||
unless ( -d "$repos/environments") {
|
||||
mkdir("$repos/environments", 0777);
|
||||
}
|
||||
|
||||
my $tmperr = cloudvars(
|
||||
$tmplfile,
|
||||
|
Loading…
Reference in New Issue
Block a user