mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
# Batch script to remove the quickstart-domain security domain from the JBoss server
|
|
|
|
# Start batching commands
|
|
batch
|
|
|
|
# Remove the security domain
|
|
/subsystem=security/security-domain=sp:remove
|
|
|
|
# Run the batch commands
|
|
run-batch
|
|
|
|
# Reload the server configuration
|
|
:reload |