Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix playwright command
mchyzer committed Sep 11, 2024
1 parent c85bbc0 commit d7dfb7e
Showing 1 changed file with 2 additions and 2 deletions.
@@ -77,9 +77,9 @@ setupFilesForComponent_quickstart() {
setupFilesForComponent_playwrightJars() {
if [ "$GROUPER_PLAYWRIGHT_MOVE_JARS" = "true" ]
then
mv /opt/grouper/grouperWebapp/WEB-INF/libPlaywright/playwriight*.jar /opt/grouper/grouperWebapp/WEB-INF/lib/
mv /opt/grouper/grouperWebapp/WEB-INF/libPlaywright/playwright*.jar /opt/grouper/grouperWebapp/WEB-INF/lib/
returnCode=$?
echo "grouperContainer; INFO: (librarySetupFilesForComponent.sh-setupFilesForComponent_playwright) mv /opt/grouper/grouperWebapp/WEB-INF/libPlaywright/playwriight*.jar /opt/grouper/grouperWebapp/WEB-INF/lib/ , result: $returnCode"
echo "grouperContainer; INFO: (librarySetupFilesForComponent.sh-setupFilesForComponent_playwright) mv /opt/grouper/grouperWebapp/WEB-INF/libPlaywright/playwright*.jar /opt/grouper/grouperWebapp/WEB-INF/lib/ , result: $returnCode"
if [ $returnCode != 0 ]; then exit $returnCode; fi
fi

0 comments on commit d7dfb7e

Please sign in to comment.