From: vincent@cubedesigners.com Date: Tue, 30 Jun 2015 08:59:07 +0000 (+0000) Subject: Connect to android dev environment X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b51a7026d0387610c971617076cebf4f93a8e335;p=cubeextranet.git Connect to android dev environment --- diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index 2255cbff6..2f7102402 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -434,6 +434,7 @@ class wsExporter { } $cl = new CubeIT_CommandLine_Rsync($src, $dest, $erase); + $cl->setProg('/usr/bin/rsync'); $cl->execute(); $cl->debug(); if (!is_null($chown)) {