mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Update gravity-sync.sh
This commit is contained in:
parent
7ee691bda5
commit
84855c9284
@ -275,7 +275,7 @@ function validate_ph_folders {
|
||||
function validate_os_sshpass {
|
||||
if hash sshpass 2>/dev/null
|
||||
then
|
||||
if [ ${REMOTE_PASS} != '' ]
|
||||
if $REMOTE_PASS != ''
|
||||
then
|
||||
sshpassword="sshpass -p ${REMOTE_PASS}"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user