Skip to content

Commit

Permalink
vag
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhcoder committed Oct 24, 2024
1 parent b65f1ce commit c5fd600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vagrant/Automated_provisioning_WinMacIntel/tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ dnf install git maven wget -y
cd /tmp/
wget $TOMURL -O tomcatbin.tar.gz
EXTOUT=`tar xzvf tomcatbin.tar.gz`
#########################################
###########################
#%&*^*^*^*^*^*^################
TOMDIR=`echo $EXTOUT | cut -d '/' -f1`
useradd --shell /sbin/nologin tomcat
rsync -avzh /tmp/$TOMDIR/ /usr/local/tomcat/
Expand Down

0 comments on commit c5fd600

Please sign in to comment.