mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
simple command exists
This commit is contained in:
parent
6e50b54a1b
commit
11ca686384
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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
Reference in a new issue