From 5b9d41de0c6bdad9659d66b15c8fde63853161fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Fri, 22 Mar 2019 20:29:54 +0100 Subject: [PATCH] wording --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index 0706d70..33ef7fa 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -904,7 +904,7 @@ if is_debian; then if [ "$IS_POSTGRES_BACKUP" = 1 ]; then if is_installed "postgresql-9*"; then - # If you use something like barman, you should deactivate this check + # If you use something like barman, you should disable this check # You could change the default path in /etc/evocheck.cf POSTGRES_BACKUP_PATH=${POSTGRES_BACKUP_PATH:-"/home/backup/pg.dump.bak"} test -f "$POSTGRES_BACKUP_PATH" || failed "IS_POSTGRES_BACKUP"