Changeset 16188

Show
Ignore:
Timestamp:
04/23/08 10:53:06 (7 months ago)
Author:
rambo
Message:

we need this exit code even if we do not run rsync

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/fi.hut.staticdumps/bin/dump_sites.php

    r15931 r16188  
    358358     * Documentroot sync 
    359359     */ 
     360    $rsync_ret = 0; 
    360361    if (isset($site_config['documentroot'])) 
    361362    { 
     
    368369            $rsync_cmd = "rsync {$rsync_options} {$site_config['documentroot']}/* {$site_config['dump_path']}/"; 
    369370        } 
    370         $rsync_ret = 0; 
    371371        //echo "executing: {$rsync_cmd}\n"; 
    372372        system($rsync_cmd, $rsync_ret);