Skip to content

update path for gsh for grouper 2.5 #47

Merged
merged 1 commit into from
Dec 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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