diff --git a/exec/startContainer.sh b/exec/startContainer.sh deleted file mode 100644 index 318fc04..0000000 --- a/exec/startContainer.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -logs=/etc/logback.xml -container=/etc/container.ini -if [ -f "$logs" ]; then - cp $logs /tomcat/lib -fi - -if [ -f "$container" ]; then - cp $container /smartgears-distribution -fi - -exec "$@" - -