summaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-04-22 14:46:07 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-04-22 14:46:07 +0200
commit29caca576db9630d250314dbe54870fee5dfd8a3 (patch)
treeec19b90d17e68320a6b23ec31d889e55d8edfb08 /jobs
parent57e430fa6770da94454d2d1d1fd1ce1a590e2c92 (diff)
downloadpluralconnect-29caca576db9630d250314dbe54870fee5dfd8a3.tar.gz
pluralconnect-29caca576db9630d250314dbe54870fee5dfd8a3.tar.bz2
pluralconnect-29caca576db9630d250314dbe54870fee5dfd8a3.zip
Updated jobs/PKFronters.php (automated)
Diffstat (limited to 'jobs')
-rw-r--r--jobs/PKFronters.php6
1 files changed, 3 insertions, 3 deletions
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");