backupninja.in: words missing in error message

This commit is contained in:
intrigeri 2006-10-07 02:14:42 +00:00
parent 87143986c0
commit c836982f43

View File

@ -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