mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 18:48:56 +02:00
[Nostromo] Add flags for TarGz tasks
This commit is contained in:
@@ -33,7 +33,7 @@ class RsyncTask extends AbstractTask
|
||||
|
||||
public function execute()
|
||||
{
|
||||
$flags = $this->runtime->getConfigOption('rsync', '-avz');
|
||||
$flags = $this->runtime->getEnvOption('rsync', '-avz');
|
||||
$sshConfig = $this->runtime->getSSHConfig();
|
||||
$user = $this->runtime->getEnvOption('user', $this->runtime->getCurrentUser());
|
||||
$host = $this->runtime->getWorkingHost();
|
||||
|
||||
Reference in New Issue
Block a user