From 4038cd5c8f2e4b9e031cb2616e7dd67c5f99a5a3 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 13 Oct 2015 15:22:50 +0200 Subject: [PATCH] =?UTF-8?q?Fixing=20small=20typos=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host_backup.conf | 2 +- obackup.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/host_backup.conf b/host_backup.conf index 0696cae..9b5f623 100755 --- a/host_backup.conf +++ b/host_backup.conf @@ -6,7 +6,7 @@ ## ---------- GENERAL BACKUP OPTIONS -## Backup identification name. +## Backup identification name. BACKUP_ID="your backup name" ## Log file location. Leaving this empty will create log file at /var/log/obackup_version_BACKUP_ID.log (or current directory if /var/log doesn't exist) diff --git a/obackup.sh b/obackup.sh index 12c841d..a28f1d1 100755 --- a/obackup.sh +++ b/obackup.sh @@ -5,7 +5,7 @@ AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr" PROGRAM_VERSION=1.9pre -PROGRAM_BUILD=2015091501 +PROGRAM_BUILD=2015101301 ## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode if ! type -p "$BASH" > /dev/null @@ -173,8 +173,8 @@ function TrapQuit CleanUp Log "Backup script finshed." fi - - KillChilds $$ > /dev/null 2&>1 + + KillChilds $$ > /dev/null 2>&1 } function Spinner