mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
backupninja.in: words missing in error message
This commit is contained in:
parent
87143986c0
commit
c836982f43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user