remove unnecessary things from demo
This commit is contained in:
@@ -13,7 +13,7 @@ class DispatchRemoteProcess
|
||||
public function __construct(RemoteProcessArgs $remoteProcessArgs){
|
||||
$this->activity = activity()
|
||||
->withProperties($remoteProcessArgs->toArray())
|
||||
->log("Awaiting command to start...\n\n");
|
||||
->log("");
|
||||
}
|
||||
|
||||
public function __invoke(): Activity
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user