Fix so manage machines works if yioop dir has space 2, a=chris

Chris Pollett [2012-06-22 21:Jun:nd]
Fix so manage machines works if yioop dir has space 2, a=chris
Filename
lib/crawl_daemon.php
diff --git a/lib/crawl_daemon.php b/lib/crawl_daemon.php
index 2b295e1e5..270d409ff 100644
--- a/lib/crawl_daemon.php
+++ b/lib/crawl_daemon.php
@@ -216,7 +216,7 @@ class CrawlDaemon implements CrawlConstants
                 $base_dir."\\bin\\$name.php child %s";
         } else {
             $script = "echo \"php '".
-                BASE_DIR."/bin/$name.php child %s\"' | at now ";
+                BASE_DIR."/bin/$name.php' child %s\" | at now ";
         }
         $total_options = "$subname $options";
         $at_job = sprintf($script, $total_options);
ViewGit