Skip to content
Permalink
202109
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
executable file 8 lines (7 sloc) 240 Bytes
#! /bin/bash
if [ ! -z "$1" ]
then
echo "Do not pass in an argument: $1"
fi
label=$( docker ps -a | grep 'tier/gte' | awk '{print $1}' )
docker exec -it -u tomcat "$label" /opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh 2> /dev/null