From c836982f43d67d19cceb6c727675fbbc22ae7981 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 7 Oct 2006 02:14:42 +0000 Subject: [PATCH] backupninja.in: words missing in error message --- src/backupninja.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backupninja.in b/src/backupninja.in index 3bf0ad1..f0622bd 100755 --- a/src/backupninja.in +++ b/src/backupninja.in @@ -155,8 +155,8 @@ function check_perms() { *) if [ "$gid" != 0 ]; then - echo "Configuration files must writable/readable by group ${perms[2]}! Dying on file $file" - fatal "Configuration files must writable/readable by group ${perms[2]}! Dying on file $file" + echo "Configuration files must not be writable/readable by group ${perms[2]}! Dying on file $file" + fatal "Configuration files must not be writable/readable by group ${perms[2]}! Dying on file $file" fi ;; esac -- 2.30.2