mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-21 20:12:10 +10:00
Add ssh script execution option
This commit is contained in:
parent
40f855a08b
commit
28bda61b75
4 changed files with 10 additions and 3 deletions
|
@ -5,7 +5,7 @@ const validateRsync = (callback = () => {}) => {
|
|||
const rsyncCli = commandExists("rsync");
|
||||
if (rsyncCli) {
|
||||
console.log('⚠️ [CLI] Rsync exists');
|
||||
const rsyncVersion = execSync("rsync --version", { stdio: 'inherit' });
|
||||
execSync("rsync --version", { stdio: 'inherit' });
|
||||
return callback();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue