cleanup sync

--HG--
branch : rc-botanic-webdev
This commit is contained in:
Botanic 2013-10-23 17:08:27 -07:00
parent 3dbb08f1d1
commit 677c8fa251

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 {