mirror of
https://github.com/vmstan/gravity-sync.git
synced 2026-06-04 10:55:19 -04:00
Update gravity-sync.sh
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user