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