X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2Fcreate_sysop.pl;h=b363b732634e8c0209a33e90d8b21f4395c99dac;hp=11673e3146f55694f654bd1b7771811e779d1fcf;hb=9cc26cc7a73efb7679d3e8e819ba0019307f8607;hpb=20efba5d5f656113144785e0ef84296e6d2c2e69 diff --git a/perl/create_sysop.pl b/perl/create_sysop.pl index 11673e31..b363b732 100755 --- a/perl/create_sysop.pl +++ b/perl/create_sysop.pl @@ -84,7 +84,9 @@ if (-e $lockfn) { close CLLOCK; } -if (-e "$userfn") { +$DXUser::v3 = 1; + +if (-e "$userfn.v2" || -e "$userfn.v3") { print "Do you wish to destroy your user database (THINK!!!) [y/N]: "; $ans = ; if ($ans =~ /^[Yy]/) {