Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mape2k committed Oct 31, 2020
1 parent 84ee66e commit 436827f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-ssh-backup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 436827f

Please sign in to comment.