X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=b7f201bd483be32fb0d33d1a271b30b7d176b1a9;hb=e67d75717f0625225632cfd12a7a2d899fb692ea;hp=6c0ff3d691490d4db977e2d03108ec6f31ca1071;hpb=102b51ca564ef29e7f84d2cf65d0eaa5fdab671a;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 6c0ff3d6..b7f201bd 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -381,6 +381,7 @@ sub cease } DXUser::sync; + DXUser::writeoutjson; if (defined &Local::finish) { eval { @@ -536,7 +537,7 @@ sub setup_start # initialise User file system dbg("loading user file system ..."); - DXUser::init(1); + DXUser::init(4); # version 4 == json format # look for the sysop and the alias user and complain if they aren't there {