Merge branch 'master' of

https://code-repo.d4science.org/gCubeSystem/smartgears-distribution.git
This commit is contained in:
lucio 2024-03-05 15:17:19 +01:00
commit 834f30a5ad
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#!/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 "$@"