From cabac35a2a3b753b5b7846428f396c9df3115531 Mon Sep 17 00:00:00 2001 From: "d. johnson" Date: Sun, 10 Apr 2016 00:41:13 -0500 Subject: ssh keys check typo-fix --- duplicity-backups.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicity-backups.sh b/duplicity-backups.sh index 9208032..ca99471 100755 --- a/duplicity-backups.sh +++ b/duplicity-backups.sh @@ -36,7 +36,7 @@ EXTRA_DUPLICITY=" # Additional TMP space needed, but may make it faster: --asynchronous-upload \ # Check to see if we have a SSH key -if [ ! -e /root/.ssh/id_rsa ] || [ ! -e /root/.ssh/id_ed25519 ]; then +if [ ! -e /root/.ssh/id_rsa ] && [ ! -e /root/.ssh/id_ed25519 ]; then /bin/cat - <