diff options
-rw-r--r-- | includes/jobs/PKFronters.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/jobs/PKFronters.php b/includes/jobs/PKFronters.php index 2dfac45..a9a4319 100644 --- a/includes/jobs/PKFronters.php +++ b/includes/jobs/PKFronters.php @@ -43,6 +43,6 @@ if (trim($data) !== "" && $data !== false && json_last_error() === JSON_ERROR_NO echo("Running Signal integration...\n"); chdir("/opt/peh/includes/external/signal"); -exec("nice -n 19 node index.js raindrops"); -exec("nice -n 19 node index.js moonglow"); -exec("nice -n 19 node index.js other");
\ No newline at end of file +if ($system === "gdapd") exec("nice -n 19 node index.js raindrops"); +if ($system === "hrbom") exec("nice -n 19 node index.js moonglow"); +if ($system !== "gdapd" && $system !== "hrbom") exec("nice -n 19 node index.js other");
\ No newline at end of file |