Apparently, some users mess up their directories so badly that they don't stat as...
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 7 May 2009 22:36:45 +0000 (22:36 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 7 May 2009 22:36:45 +0000 (22:36 +0000)
exec/umount

index f7c7fea..3d7fb48 100755 (executable)
@@ -11,10 +11,6 @@ $localpath=~s/\.\.//g;
 
 $localpath=$slice_dir.$localpath;
 
-unless (-d $localpath) {
-       die("Localpath does not exist, please create it first.");
-}
-
 unless($localpath=~/\/?[\w\d]+\/[\w\d]*\/?/) {
     die("$localpath is not a path");
 }