Skip to content

Commit cbc8ef0

Browse files
author
Justin Bronn
committed
Replace TODO with comment.
1 parent 72c4153 commit cbc8ef0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/tomcat/centos7/tomcat8_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ fi
6767
sudo systemctl stop $TOMCAT_NAME
6868
sudo rm -f ${TOMCAT_LOGS}/catalina.out
6969

70-
# TODO: Recreate catalina.out as it's needed by the application, else
71-
# error popup occurs.
70+
# Recreate catalina.out to prevent error pop-up.
7271
sudo bash -c "cat >> ${TOMCAT_LOGS}/catalina.out" <<EOF
7372
Please login to the host to view the logs:
7473

0 commit comments

Comments
 (0)