From: Alan Date: Tue, 11 Jul 2023 07:41:22 +0000 (+0800) Subject: check right process X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=dd3034bbc4a10459aea4079c38c181528122bfb0 check right process --- diff --git a/JsCompile.php b/JsCompile.php index 4b10168a..050f46af 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -255,7 +255,7 @@ class Pman_Core_JsCompile extends Pman $pg = System::which('pgrep'); - $cmd = "$pg roobuilder"; + $cmd = "$pg roojspacker"; $out = trim(`$cmd`); if (strlen($out) > 0) { echo '';