From 436827f9367dbc8d9bbb80d7d6376b0d79da3111 Mon Sep 17 00:00:00 2001 From: Marcel Pennewiss Date: Sat, 31 Oct 2020 18:21:43 +0100 Subject: [PATCH] Typo --- sql-ssh-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-ssh-backup b/sql-ssh-backup index 0eb61bf..b587156 100755 --- a/sql-ssh-backup +++ b/sql-ssh-backup @@ -173,7 +173,7 @@ prepare() # check for installed bzip2 while using mysql or mongodb (${MYSQL} || ${MONGODB}) && ${COMPRESS} && (which bzip2 > /dev/null 2>&1 || (echo "bzip2 not found and compression enabled! Skipping all backups!" >&2 && exit 1)) - # check for installed xz while using mysql,pgsql or mongodb + # check for installed xz while using mysql, pgsql or mongodb ${COMPRESS_XZ} && (which xz > /dev/null 2>&1 || (echo "xz not found and compression enabled! Skipping all backups!" >&2 && exit 1)) # abort if too man errors occured