removed exec folder

This commit is contained in:
lucio 2024-03-05 15:18:41 +01:00
parent 834f30a5ad
commit a8aa65b889
1 changed files with 0 additions and 15 deletions

View File

@ -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 "$@"