Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rsync script hangs when connecting to just one host and only when exec from this extension #58

Open
nine-2-five opened this issue Aug 29, 2021 · 1 comment

Comments

@nine-2-five
Copy link

nine-2-five commented Aug 29, 2021

I have two variants of deploy scripts: deploy.sh and deploy.js.
They both use rsync over ssh to connect and deploy small apps to hosts.
The problem is that they both do when called from terminal, but if passed as a command to vscode-runonsave extension, they will both hang, and rsync task will remain indefinitely.

The same rsync script to another host works as intended when called manually or through vscode-runonsave extension.
If not glitch in the Matrix, what is? :)

@bmingles
Copy link
Member

bmingles commented Sep 30, 2024

@nine-2-five Any chance one of the hosts requires interaction from the user when running?

This sounds like there has to be some difference in the two hosts. I’m not sure if there’s anything I can do to diagnose the issue here, since it seems to be environment specific.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants