Skip to content

Commit c5fd600

Browse files
committedOct 24, 2024
vag
1 parent b65f1ce commit c5fd600

File tree

1 file changed

+3
-0
lines changed
  • vagrant/Automated_provisioning_WinMacIntel

1 file changed

+3
-0
lines changed
 

‎vagrant/Automated_provisioning_WinMacIntel/tomcat.sh

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ dnf install git maven wget -y
44
cd /tmp/
55
wget $TOMURL -O tomcatbin.tar.gz
66
EXTOUT=`tar xzvf tomcatbin.tar.gz`
7+
#########################################
8+
###########################
9+
#%&*^*^*^*^*^*^################
710
TOMDIR=`echo $EXTOUT | cut -d '/' -f1`
811
useradd --shell /sbin/nologin tomcat
912
rsync -avzh /tmp/$TOMDIR/ /usr/local/tomcat/

0 commit comments

Comments
 (0)
Please sign in to comment.