Skip to content

Commit

Permalink
Merge pull request #47 from internet2/grouper-2.5-update
Browse files Browse the repository at this point in the history
update path for gsh for grouper 2.5
  • Loading branch information
chubing authored Dec 10, 2020
2 parents 1dca6d2 + cd9887a commit c370f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [[ -e /tmp/initialize.gsh ]]
then
echo Executing /tmp/initialize.gsh on the first start
/opt/grouper/grouper.apiBinary/bin/gsh /tmp/initialize.gsh
/opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh /tmp/initialize.gsh
rm /tmp/initialize.gsh
else
echo Skipping execution of /tmp/initialize.gsh as it is not present
Expand Down

0 comments on commit c370f7a

Please sign in to comment.