check right process
authorAlan <alan@roojs.com>
Tue, 11 Jul 2023 07:41:22 +0000 (15:41 +0800)
committerAlan <alan@roojs.com>
Tue, 11 Jul 2023 07:41:22 +0000 (15:41 +0800)
JsCompile.php

index 4b10168..050f46a 100644 (file)
@@ -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 '<!--  onther process is compiling compile. -->';