Skip to content

Commit

Permalink
remove unnecessary shutdown
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Jan 29, 2025
1 parent 503a6ca commit 34dde4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ChangeDataSource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ echo "=> WildFly started. Now configuring datasource."

/opt/jboss/wildfly/bin/jboss-cli.sh --connect <<EOF
/subsystem=datasources/data-source=ExampleDS:write-attribute(name=connection-url, value="jdbc:h2:file:/opt/jboss/wildfly/gamertrackDB;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=\${wildfly.h2.compatibility.mode:REGULAR}")
shutdown
EOF

0 comments on commit 34dde4e

Please sign in to comment.