Submitted by propable on Mon, 01/19/2009 - 15:38
I found a bug in one of the Virtualmin APIs. In modify-domain.pl, when specifying a new home directory via the --home option, if the directory does not exist it throws an error saying:
"New home directory already exists"
When in fact, the directory doesn't exist and I want to create it. If I do create it first, and then choose that directory as the home directory, it does work, but then creates a new directory of the same name inside of it. For example, if I create /propable/devtest and specify that as the home directory, it creates /propable/devtest/devtest and makes that the home directory.
Status:
Closed (fixed)