#!/bin/bash if [ "$1" = "" ] then M_ID=$MANDANTENID else M_ID=$1 fi cp $SUPERX_DIR/webserver/tomcat/webapps/superx/applet/superx.jar "$SUPERX_DIR/webserver/tomcat/webapps/superx/$M_ID/applet" >>$UPDATELOG 2>&1 cp $SUPERX_DIR/webserver/tomcat/webapps/superx/applet/*.jsp "$SUPERX_DIR/webserver/tomcat/webapps/superx/$M_ID/applet" >>$UPDATELOG 2>&1 cp $SUPERX_DIR/webserver/tomcat/webapps/superx/xml/*.xsl "$SUPERX_DIR/webserver/tomcat/webapps/superx/$M_ID/xml" >>$UPDATELOG 2>&1 cp $SUPERX_DIR/webserver/tomcat/webapps/superx/xml/*.css "$SUPERX_DIR/webserver/tomcat/webapps/superx/$M_ID/xml" >>$UPDATELOG 2>&1 cp -r $SUPERX_DIR/webserver/tomcat/webapps/superx/xml/dynapi "$SUPERX_DIR/webserver/tomcat/webapps/superx/$M_ID/xml" >>$UPDATELOG 2>&1 cp $SUPERX_DIR/webserver/tomcat/webapps/superx/style/*.* "$SUPERX_DIR/webserver/tomcat/webapps/superx/$M_ID/style" >>$UPDATELOG 2>&1