cleanup sync

This commit is contained in:
Botanic 2013-10-23 17:08:27 -07:00
parent b02584407b
commit d3d406a177

View file

@ -19,6 +19,7 @@ class Sync{
$pid = pcntl_fork(); $pid = pcntl_fork();
} }
$pidfile = '/tmp/ams_cron_pid'; $pidfile = '/tmp/ams_cron_pid';
if(isset($pid)) { if(isset($pid)) {
// We're the main process. // We're the main process.
} else { } else {