X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=src%2Fbackupninja.in;h=f0622bd1272a6cf2294beb5a2413b25a79ef7fa9;hp=3bf0ad161e4ab7896d2ad6f504d7c48bd7787c42;hb=c836982f43d67d19cceb6c727675fbbc22ae7981;hpb=87143986c078fbdd103a41b3c543bc075bf44fdf 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