Update gravity-sync.sh

This commit is contained in:
Michael Stanclift 2020-05-24 21:25:07 -05:00
parent d7ac7219a2
commit 82e2a474a7

View File

@ -275,7 +275,7 @@ function validate_ph_folders {
function validate_os_sshpass {
if hash sshpass 2>/dev/null
then
if [-z "$REMOTE_PASS" ]
if test -z "$REMOTE_PASS"
then
sshpassword=''
else