Skip to content

Commit

Permalink
Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Nov 6, 2023
1 parent 1c8648b commit 85cbbac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions create_server_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ print 'Creating new CWS distribution directory...'
mkdir -p ${CWS}/{bpmn,config/templates,installer,logs,upgrade,sql/cws}

print 'Unzipping Camunda into distribution...'
print "unzip ${INSTALL_DIR}/cws_camunda-bpm-tomcat-${CAMUNDA_VER}.zip -d ${CWS} > ${CWS}/logs/camunda_extract_main.log 2>&1"
unzip ${INSTALL_DIR}/cws_camunda-bpm-tomcat-${CAMUNDA_VER}.zip -x start-camunda.bat start-camunda.sh -d ${CWS} > ${CWS}/logs/camunda_extract_main.log 2>&1
print "unzip ${INSTALL_DIR}/cws_camunda-bpm-tomcat-${CAMUNDA_VER}-lib.zip -d ${CWS}/lib > ${CWS}/logs/camunda_extract_lib.log 2>&1"
unzip ${INSTALL_DIR}/cws_camunda-bpm-tomcat-${CAMUNDA_VER}-lib.zip -d ${CWS}/lib > ${CWS}/logs/camunda_extract_lib.log 2>&1

if [[ $? -gt 0 ]]; then
Expand Down

0 comments on commit 85cbbac

Please sign in to comment.