]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 15 Apr 2014 13:32:22 +0000 (13:32 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 15 Apr 2014 13:32:22 +0000 (13:32 +0000)
inc/ws/Util/class.ws.exporter.php

index f36a4b9431a39c52e7e7b208ab2b3ebfc2eac9d8..d2d868f1fb6581a008dad67ab72de3dd9a04183e 100644 (file)
@@ -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`;
                }