From b51a7026d0387610c971617076cebf4f93a8e335 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 30 Jun 2015 08:59:07 +0000 Subject: [PATCH] Connect to android dev environment --- inc/ws/Util/class.ws.exporter.php | 1 + 1 file changed, 1 insertion(+) 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)) { -- 2.39.5