mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Clarified comment
This commit is contained in:
parent
64bf4a2a1d
commit
914af5cd1c
@ -10,7 +10,7 @@ REMOTE_USER='pi'
|
||||
|
||||
# Password for REMOTE_USER account
|
||||
# Requires SSHPASS installed on server
|
||||
# Leave blank to use key-pair SSH auth
|
||||
# Less secure and possibly less reliable
|
||||
# Leave blank to use (preferred) key-pair SSH auth!
|
||||
|
||||
REMOTE_PASS=''
|
@ -575,8 +575,6 @@ case $# in
|
||||
echo -en "${STAT} ${MESSAGE}"
|
||||
rm -f $HOME/${LOCAL_FOLDR}/${CONFIG_FILE}
|
||||
error_validate
|
||||
|
||||
exit_withchange
|
||||
;;
|
||||
|
||||
No )
|
||||
@ -641,7 +639,7 @@ case $# in
|
||||
echo -e "${INFO} ${MESSAGE}"
|
||||
fi
|
||||
|
||||
if [ $INPUT_REMOTE_PASS == '' ]
|
||||
if [ $INPUT_REMOTE_PASS = '' ]
|
||||
then
|
||||
if [ -f $HOME/${SSH_PKIF} ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user