Skip to content

Commit

Permalink
update path for gsh for grouper 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 10, 2020
1 parent bb93152 commit cd9887a
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 cd9887a

Please sign in to comment.