From: intrigeri Date: Sat, 7 Oct 2006 02:14:42 +0000 (+0000) Subject: backupninja.in: words missing in error message X-Git-Tag: backupninja-0.9.4~5 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=c836982f43d67d19cceb6c727675fbbc22ae7981 backupninja.in: words missing in error message --- 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