mirror of
https://github.com/apache/cloudstack
synced 2026-09-01 17:30:16 +00:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# This script should run any tear down commands required.
|
|
#
|
|
|
|
mvn -Dsimulator -pl client jetty:stop 2>&1
|