File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ protected function cloneRemoteHost(
342342 if (!$ resourceProxyConfiguration ) {
343343 $ this ->renderHeadLine ('Transfer Files ' );
344344 $ this ->executeLocalShellCommand (
345- 'rsync -e "ssh -p %s %s" -kLr %s@%s:%s/* %s ' ,
345+ 'rsync -e "ssh -p %s %s" -kLr %s@%s:" %s/*" %s ' ,
346346 [
347347 $ port ,
348348 addslashes ($ sshOptions ),
@@ -355,7 +355,7 @@ protected function cloneRemoteHost(
355355 } else {
356356 $ this ->renderHeadLine ('Transfer Files - without Resources because a resourceProxyConfiguration is found ' );
357357 $ this ->executeLocalShellCommand (
358- 'rsync -e "ssh -p %s %s" --exclude "Resources/*" -kLr %s@%s:%s/* %s ' ,
358+ 'rsync -e "ssh -p %s %s" --exclude "Resources/*" -kLr %s@%s:" %s/*" %s ' ,
359359 [
360360 $ port ,
361361 addslashes ($ sshOptions ),
@@ -391,7 +391,7 @@ protected function cloneRemoteHost(
391391
392392 if ($ translationsAvailable === 'true ' ) {
393393 $ this ->executeLocalShellCommand (
394- 'rsync -e "ssh -p %s %s" -kLr %s@%s:%s/* %s ' ,
394+ 'rsync -e "ssh -p %s %s" -kLr %s@%s:" %s/*" %s ' ,
395395 [
396396 $ port ,
397397 addslashes ($ sshOptions ),
You can’t perform that action at this time.
0 commit comments