From 23c244e3058981f475576e13be1677e4aaf98195 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 28 Jan 2024 09:17:55 +0100 Subject: Updated includes/jobs/PKFronters.php (automated) --- includes/jobs/PKFronters.php | 6 +++--- 1 file 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 -- cgit