2 if [ -f lib/modules/$(uname -r)/kernel/security/capability.ko ]; then
3 echo 'It appears that your current kernel has linux security'
4 echo 'capabilities built as a module. Tomcat requires this'
5 echo ' functionality to operate.'
14 echo "Leftover files may reside in /var/{lib,tmp,log}/tomcat10"
15 echo "If you remove them, you may also want to remove user and group 'tomcat10'"