X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Ffetchdumps.pl;h=6d02704a294e29bdaa06f20eb3786a847deaddf5;hb=0fd1ff08781f7be2e32d33a4130de91151f5d461;hp=1bb0736fb3093e04bbd51069f203666a43df77ed;hpb=b52c7c95096825846f53e73de627e6cda01d9bca;p=ndwebbie.git diff --git a/scripts/fetchdumps.pl b/scripts/fetchdumps.pl index 1bb0736..6d02704 100755 --- a/scripts/fetchdumps.pl +++ b/scripts/fetchdumps.pl @@ -58,9 +58,8 @@ if ($updated){ `perl $FindBin::Bin/parsegalaxies.pl $updated`; `perl $FindBin::Bin/ndrank.pl`; $dbh->do(q{UPDATE misc SET value = ? WHERE id = 'TICK'}, undef, $updated); - system 'killall','-USR1', 'irssi'; + system 'killall','-USR1', 'ndbot.pl'; local $dbh->{Warn} = 0; - $dbh->do(q{VACUUM ANALYZE}); }