mirror of
https://github.com/easingthemes/ssh-deploy
synced 2025-04-20 15:22:15 +00:00
simple command exists
This commit is contained in:
parent
6e50b54a1b
commit
11ca686384
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' });
|
execSync('rsync --version', { stdio: 'inherit' });
|
||||||
rsyncCli = true;
|
rsyncCli = true;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
rsyncCli = true;
|
rsyncCli = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rsyncCli) {
|
if (rsyncCli) {
|
||||||
|
Loading…
Reference in New Issue
Block a user