From: vincent@cubedesigners.com Date: Tue, 15 Apr 2014 13:32:22 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=30666bd765c865a8405a106d4c0d99e91ac89162;p=cubeextranet.git --- diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index f36a4b943..d2d868f1f 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -312,7 +312,7 @@ class wsExporter { if ($this->action == 'references') { - $root = 'fluidbook@fluidbook.com:/home/fluidbook/www/references/'; + $root = 'fluidbook@www.fluidbook.com:/home/fluidbook/www/references/'; $rootURL = 'http://www.fluidbook.com/references/'; } else if ($this->action == 'hosting') { $root = 'fluidbook@hosting.fluidbook.com:/home/fluidbook/hosting/'; @@ -423,10 +423,9 @@ class wsExporter { return; } - - $cl = new CubeIT_CommandLine_Rsync($src, $dest, $erase); $cl->execute(); + $cl->debug(); if (!is_null($chown)) { `chown -R $chown $dest`; }