--- lib/PXElator/client.pm 2010/07/21 16:49:29 510 +++ lib/PXElator/client.pm 2010/09/13 18:26:05 525 @@ -50,7 +50,8 @@ } my $path = ip_path $ip; - mkdir $path unless -d $path; + mkdir $path unless -e $path; + warn "WARNING: $path not directory" unless -d $path; $path .= '/' . $name; if ( defined $value ) {