Search /var/cpanel/cpgsd.pl for "sub formsave", inside that function is code that looks like:
Code:
}
}
}
close($custom_startup);
}
############### bad line here
&shutdown;
###############
my $m = "cPGS\:\:$game";
my $servdir = get_server_dir($game);
remove the &shutdown line if you see it. If it's not there, just restart cPGSD with /var/cpanel/cpgsd.pl and it should take care of it. I'm trying to get the current startup changes added to all games and will release a full new version to get these bad copies off the update mirrors once and for all.