Adjusted text when file permissions are incorrect

This commit is contained in:
mboelen 2014-08-28 19:18:37 +02:00
parent 0575468980
commit 8c2d1c1566
1 changed files with 1 additions and 1 deletions

2
lynis
View File

@ -116,7 +116,7 @@
echo " Please change ownership and permissions of the related files and start Lynis again."
echo ""
echo "Related commands:"
echo "chown root ${INCLUDEDIR}/*"
echo "chown root:root ${INCLUDEDIR}/*"
echo "chmod 600 ${INCLUDEDIR}/*"
echo ""; echo "";
exit 1