From 3d536dfe0b8046569a15e9927a3ce836d89b0f9b Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 5 Oct 2014 19:37:21 +0200 Subject: [PATCH] Remove strange backtick usage. --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index b17ad65..e6735c3 100755 --- a/backup.sh +++ b/backup.sh @@ -159,7 +159,7 @@ fi echo `date`" $computer: Backing up $computer" >&2 # Try to SSH to the computer without entering a password. -if ! `ssh -n -o NumberOfPasswordPrompts=0 root@$computer /bin/true`; then +if ! ssh -n -o NumberOfPasswordPrompts=0 root@$computer /bin/true; then diemsg "Could not use passwordless SSH." fi -- 2.39.2