mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-22 04:22:10 +10:00
simple command exists
This commit is contained in:
parent
6e50b54a1b
commit
11ca686384
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ const validateRsync = new Promise(async (resolve, reject) => {
|
|||
execSync('rsync --version', { stdio: 'inherit' });
|
||||
rsyncCli = true;
|
||||
} catch (e) {
|
||||
rsyncCli = true;
|
||||
rsyncCli = false;
|
||||
}
|
||||
|
||||
if (rsyncCli) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue