diff options
author | RaindropsSys <contact@minteck.org> | 2023-07-17 16:22:13 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-07-17 16:22:13 +0200 |
commit | 93c96fd1d89782570de9478c26f17b406e9dd7a0 (patch) | |
tree | 0406cfe1902b5a58512cd48e3903421cd52a9b7c /includes/jobs/PKFronters.php | |
parent | d0da20e18bf39cd98c1a2773e3a08e8e320d6450 (diff) | |
download | pluralconnect-93c96fd1d89782570de9478c26f17b406e9dd7a0.tar.gz pluralconnect-93c96fd1d89782570de9478c26f17b406e9dd7a0.tar.bz2 pluralconnect-93c96fd1d89782570de9478c26f17b406e9dd7a0.zip |
Updated includes/jobs/PKFronters.php (automated)
Diffstat (limited to 'includes/jobs/PKFronters.php')
-rw-r--r-- | includes/jobs/PKFronters.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/jobs/PKFronters.php b/includes/jobs/PKFronters.php index 71143c4..860e5c4 100644 --- a/includes/jobs/PKFronters.php +++ b/includes/jobs/PKFronters.php @@ -47,4 +47,5 @@ exec("nice -n 19 node index.js " . ($system === "gdapd" ? "raindrops" : ($system echo("Running Signal integration...\n"); chdir("/opt/peh/includes/external/signal"); -exec("nice -n 19 node index.js " . ($system === "gdapd" ? "raindrops" : ($system === "ynmuc" ? "cloudburst" : "other")));
\ No newline at end of file +exec("nice -n 19 node index.js raindrops"); +exec("nice -n 19 node index.js cloudburst");
\ No newline at end of file |