From 85cbbac1224e16256f68f278a9072925c3822bb0 Mon Sep 17 00:00:00 2001 From: wcgunter Date: Sun, 5 Nov 2023 20:10:03 -0500 Subject: [PATCH] Remove debug print statements --- create_server_dist.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/create_server_dist.sh b/create_server_dist.sh index 37122db1..7312733c 100755 --- a/create_server_dist.sh +++ b/create_server_dist.sh @@ -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