Commit 928ae1d9 authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent 31c07710
......@@ -103,7 +103,7 @@ class Daemon extends Logger {
private function run(){
while(true){
printf("The process begin.\n");
require APPLICATION_PATH . '/scripts/crontab/push/runRedisBase.php';
require_once APPLICATION_PATH . '/scripts/crontab/push/runRedisBase.php';
$this->class->run();
printf("The process end.\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment