We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1ea49 commit ec4dd5bCopy full SHA for ec4dd5b
server/lib/classes/cron.d/550-bind_dnssec.inc.php
@@ -28,7 +28,7 @@
28
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30
31
-DNSSEC-Implementation by Alexander Täffner aka dark alex
+DNSSEC-Implementation by Alexander Täffner aka dark alex
32
*/
33
34
class cronjob_bind_dnssec extends cronjob {
@@ -59,6 +59,9 @@ private function increase_serial($serial){
59
60
public function onRunJob() {
61
global $app, $conf;
62
+
63
+ //* job should only run on ispc master
64
+ if($app->db->dbHost != $app->dbmaster->dbHost) return;
65
66
//* Load libraries
67
$app->uses("getconf,tpl");
0 commit comments