|
@@ -60,6 +60,7 @@ class ExportOffline extends Command
|
|
|
unlink($exportDir.'/'.$file);
|
|
unlink($exportDir.'/'.$file);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ //添加 .stop
|
|
|
$exportStop = $exportDir.'/.stop';
|
|
$exportStop = $exportDir.'/.stop';
|
|
|
$file = fopen($exportStop,'w');
|
|
$file = fopen($exportStop,'w');
|
|
|
fclose($file);
|
|
fclose($file);
|