Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/beforeInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ echo "Making tomcat the owner of the tomcat directory"
chown tomcat:tomcat $CATALINA_HOME

echo "Downloading Tomcat 10"
wget -P /tmp https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.59/bin/apache-tomcat-10.1.59.tar.gz
wget -P /tmp https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.60/bin/apache-tomcat-10.1.60.tar.gz

echo "Unpackaging Tomcat 10 to $CATALINA_HOME"
tar xzvf /tmp/apache-tomcat-10.1.59.tar.gz -C $CATALINA_HOME --strip-components=1
tar xzvf /tmp/apache-tomcat-10.1.60.tar.gz -C $CATALINA_HOME --strip-components=1

echo "Giving tomcat user ownership of tomcat directory contents"
chown -R tomcat:tomcat $CATALINA_HOME
Expand Down
Loading