Skip to content

Commit 4970399

Browse files
committed
Fix example
1 parent 2bc9782 commit 4970399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/sellyoursaas.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ function getListOfLinks($object, $lastloginadmin, $lastpassadmin)
458458
$links.='<br>';
459459

460460
// Rsync to Deploy module
461-
$sftpdeploystring='rsync -n -v -a --exclude \'*.cache\' --exclude \'conf\.php\' '.DOL_DATA_ROOT.'/sellyoursaas/git/dir_namemodule '.$object->username_os.'@'.$object->hostname_os.':'.$object->database_db.'/htdocs/custom/namemodule';
461+
$sftpdeploystring='rsync -n -v -a --exclude \'*.cache\' --exclude \'conf\.php\' '.DOL_DATA_ROOT.'/sellyoursaas/git/dir_namemodule/* '.$object->username_os.'@'.$object->hostname_os.':'.$object->database_db.'/htdocs/custom/namemodule';
462462
$links.='<span class="fa fa-terminal"></span> ';
463463
$links.='Rsync to install or overwrite module';
464464
$links.='<span class="opacitymedium"> (to run on the master server, remove -n to execute really)</span>:<br>';

0 commit comments

Comments
 (0)