mirror of
https://github.com/deajan/osync
synced 2024-11-19 03:25:37 +00:00
Removed unnecessary comments
This commit is contained in:
parent
3dcdeb20b1
commit
ed1a4c152a
@ -176,7 +176,6 @@ function CheckCurrentConfigAll {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#TODO(low): Add runtime variable tests (RSYNC_ARGS etc)
|
||||
if [ "$REMOTE_OPERATION" == "yes" ] && ([ ! -f "$SSH_RSA_PRIVATE_KEY" ] && [ ! -f "$SSH_PASSWORD_FILE" ]); then
|
||||
Logger "Cannot find rsa private key [$SSH_RSA_PRIVATE_KEY] nor password file [$SSH_PASSWORD_FILE]. No authentication method provided." "CRITICAL"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user