From 29caca576db9630d250314dbe54870fee5dfd8a3 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Mon, 22 Apr 2024 14:46:07 +0200 Subject: Updated jobs/PKFronters.php (automated) --- jobs/PKFronters.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jobs') diff --git a/jobs/PKFronters.php b/jobs/PKFronters.php index 2ad83f3..caa1d76 100644 --- a/jobs/PKFronters.php +++ b/jobs/PKFronters.php @@ -41,6 +41,6 @@ if (trim($data) !== "" && $data !== false && json_last_error() === JSON_ERROR_NO echo("Running Signal integration...\n"); chdir("/opt/peh/daemons"); -if ($system === "gdapd") exec("nice -n 19 node signal.js raindrops"); -if ($system === "hrbom") exec("nice -n 19 node signal.js moonglow"); -if ($system !== "gdapd" && $system !== "hrbom") exec("nice -n 19 node signal.js other"); +if ($system === "gdapd") exec("nice -n 19 /usr/local/bin/node signal.js raindrops"); +if ($system === "hrbom") exec("nice -n 19 /usr/local/bin/node signal.js moonglow"); +if ($system !== "gdapd" && $system !== "hrbom") exec("nice -n 19 /usr/local/bin/node signal.js other"); -- cgit