diff options
| -rwxr-xr-x | src/backupninja.in | 4 | 
1 files 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  | 
