Skip to content

Commit

Permalink
Merge pull request #107 from Lilleri/master
Browse files Browse the repository at this point in the history
removed bash -se parameters in the ssh connection
  • Loading branch information
EvilFreelancer committed Oct 9, 2023
2 parents 19d98d7 + e7c7f26 commit 1145661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ public function export(string $arguments = null): string
->usePrivateKey($sshPrivateKey);

// Run export command
$connection->removeBash();
$command = $connection->executeAsync('/export' . ' ' . $arguments);

} catch (\Throwable $e) {
Expand Down

0 comments on commit 1145661

Please sign in to comment.