backupninja.in: words missing in error message
authorintrigeri <intrigeri@boum.org>
Sat, 7 Oct 2006 02:14:42 +0000 (02:14 +0000)
committerintrigeri <intrigeri@boum.org>
Sat, 7 Oct 2006 02:14:42 +0000 (02:14 +0000)
src/backupninja.in

index 3bf0ad161e4ab7896d2ad6f504d7c48bd7787c42..f0622bd1272a6cf2294beb5a2413b25a79ef7fa9 100755 (executable)
@@ -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