From f23d769f25fb019a0d10365eb935bf03108df71a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 17 Oct 2014 20:04:36 +0100 Subject: [PATCH] Typo --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index dc774687..d47c3bde 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -3014,7 +3014,7 @@ function backup_databases_script_header { echo 'umask 0077' >> /usr/bin/backupdatabases echo '' >> /usr/bin/backupdatabases echo '# exit if we are backing up to friends servers' >> /usr/bin/backupdatabases - echo "if [ -f $FRIENDS_SERVER_LIST ]; then" >> /usr/bin/backupdatabases + echo "if [ -f $FRIENDS_SERVERS_LIST ]; then" >> /usr/bin/backupdatabases echo ' exit 1' >> /usr/bin/backupdatabases echo 'fi' >> /usr/bin/backupdatabases chmod 600 /usr/bin/backupdatabases