simple command exists

This commit is contained in:
Dragan Filipovic 2023-01-02 02:01:47 +01:00
parent 6e50b54a1b
commit 11ca686384
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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) {