[ -e /opt/ebiz/webapps/factory-front-end ] || mkdir -p /opt/ebiz/webapps/factory-front-end [ -e /app/deploy/temp ] || mkdir -p /app/deploy/temp rm -irf /app/deploy/temp/* && cd /app/deploy/temp && $GET_ARTIFACT_CMD rm -irf /opt/ebiz/webapps/factory-front-end/* unzip -d /opt/ebiz/webapps/factory-front-end /app/deploy/temp/$ARTIFACT_NAME && chmod 777 -R /opt/ebiz/webapps/factory-front-end/*