Skip to content
Snippets Groups Projects
Commit c836982f authored by intrigeri's avatar intrigeri
Browse files

backupninja.in: words missing in error message

parent 87143986
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment