git-svn-id: http://code.autistici.org/svn/backupninja/trunk@440
758a04ac-41e6-0310-8a23-
8373a73cc35d
*)
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