cleanup sync

This commit is contained in:
Botanic 2013-10-23 17:08:27 -07:00
parent 51678eb618
commit 74aeedc681

View file

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