Merge branch 'master' of
https://code-repo.d4science.org/gCubeSystem/smartgears-distribution.git
This commit is contained in:
commit
834f30a5ad
|
@ -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 "$@"
|
||||
|
||||
|
Loading…
Reference in New Issue