remove unnecessary things from demo

This commit is contained in:
Andras Bacsai
2023-03-27 09:35:34 +02:00
parent f57684b024
commit e604abf47a
3 changed files with 4 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ class RunRemoteProcess
. '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null '
. '-o PasswordAuthentication=no '
. '-o RequestTTY=no '
. "-o LogLevel=ERROR "
. "-p {$port} "
. "{$user}@{$destination} "
. " 'bash -se' << \\$delimiter" . PHP_EOL