mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-07-07 10:14:04 -04:00
Update gravity-sync.sh
This commit is contained in:
parent
d7ac7219a2
commit
82e2a474a7
@ -275,7 +275,7 @@ function validate_ph_folders {
|
|||||||
function validate_os_sshpass {
|
function validate_os_sshpass {
|
||||||
if hash sshpass 2>/dev/null
|
if hash sshpass 2>/dev/null
|
||||||
then
|
then
|
||||||
if [-z "$REMOTE_PASS" ]
|
if test -z "$REMOTE_PASS"
|
||||||
then
|
then
|
||||||
sshpassword=''
|
sshpassword=''
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user